ReleaseChannel.fromJson constructor
      
      ReleaseChannel.fromJson(
    
    
- Map json_
 
Implementation
ReleaseChannel.fromJson(core.Map json_)
  : this(channel: json_['channel'] as core.String?);
ReleaseChannel.fromJson(core.Map json_)
  : this(channel: json_['channel'] as core.String?);