Channel.fromJson constructor
Channel.fromJson(
- Map json_
Implementation
Channel.fromJson(core.Map json_)
: this(
id: json_['id'] as core.String?,
type: json_['type'] as core.String?,
);