toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'channel_id': channelId,
    'webhook_id': channelId,
  };
}