toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'enabled': enabled,
    'share_QR': shareQR,
    'share_link': shareLink,
    'bot_user_oauth_token': botUserOauthToken,
    'default_channel_id': defaultChannelId,
    'custom_message': customMessage,
    'mention_users': mentionUsers,
  };
}