toJson method
Implementation
Map toJson() {
return {
'token': token,
'properties': properties,
'compress': compress,
'large_threshold': largeThreshold,
'shard': shard,
'presence': presence,
'guild_subscriptions': guildSubscriptions,
'intents': intentsShift,
};
}