ChannelMin.fromJson constructor Null safety

ChannelMin.fromJson(
  1. String source
)

Implementation

factory ChannelMin.fromJson(String source) => ChannelMin.fromMap(json.decode(source));