ChannelMediaInfo.fromJson constructor

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

Implementation

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