ChannelItem.fromJson constructor

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

Implementation

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