toJson method
Implementation
Map toJson() {
return {
'channel_id': channelId,
'guild_id': guildId,
'user_id': userId,
'timestamp': timestamp,
'member': member,
};
}
Map toJson() {
return {
'channel_id': channelId,
'guild_id': guildId,
'user_id': userId,
'timestamp': timestamp,
'member': member,
};
}