toJson method

Map toJson()

Implementation

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