Channel.fromJson constructor

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

Returns a new Channel instance from a JSON object.

Implementation

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