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