Channel.fromJson constructor

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

Implementation

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