UpdateChannel.fromJson constructor

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

Implementation

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