ChannelListQueryResponse<T extends BaseChannel>.fromJson constructor Null safety

ChannelListQueryResponse<T extends BaseChannel>.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ChannelListQueryResponse.fromJson(Map<String, dynamic> json) =>
    _$ChannelListQueryResponseFromJson<T>(json);