ChannelInfo.fromJson constructor

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

Implementation

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