toJson method
Implementation
Map<String, dynamic> toJson() {
final json = <String, dynamic>{};
json[r'skins'] = this.skins;
json[r'spawn_events'] = this.spawnEvents;
json[r'subscriptions'] = this.subscriptions;
json[r'custom_designs'] = this.customDesigns;
return json;
}