toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final catalogPublishingEnabled = this.catalogPublishingEnabled;
final generationScopes = this.generationScopes;
return {
'catalogPublishingEnabled': ?catalogPublishingEnabled,
'generationScopes': ?generationScopes,
};
}