ChannelResultModel.fromJson(Map<String, dynamic> json) : type = json['type'], address = json['address'], body = json['body'];