Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json[r'channel_id'] = channelId; _json[r'message'] = message; return _json; }