toJson method
Implementation
Map toJson() {
return {
'channel_id': channelId,
'message_id': messageId,
'guild_id': guildId,
};
}
Map toJson() {
return {
'channel_id': channelId,
'message_id': messageId,
'guild_id': guildId,
};
}