fromJson static method Null safety

MuteInfoResponse fromJson(
  1. Map<String, dynamic> json
)

Implementation

static MuteInfoResponse fromJson(Map<String, dynamic> json) =>
    _$MuteInfoResponseFromJson(json);