Channel.fromJson constructor
Implementation
Channel.fromJson(Map<String, dynamic> json) {
id = json['id'];
href = json['href'];
name = json['name'];
role = json['role'];
baseType = json['@baseType'];
schemaLocation = json['@schemaLocation'];
type = json['@type'];
referredType = json['@referredType'];
}