toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'guild_id': guildId,
    'members': members,
    'chunk_index': chunkIndex,
    'chunk_count': chunkCount,
    'not_found': notFound,
    'presences': presences,
    'nonce': nonce,
  };
}