ChannelResponse.fromJson constructor

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

Implementation

factory ChannelResponse.fromJson(Map<String, dynamic> json) =>
    _$ChannelResponseFromJson(json);