ChannelMin.fromJson constructor

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

Returns a new ChannelMin instance from a JSON object.

Implementation

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