toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final aspectTypes = this.aspectTypes;
final entryGroups = this.entryGroups;
final entryTypes = this.entryTypes;
final organizationLevel = this.organizationLevel;
final projects = this.projects;
return {
'aspectTypes': ?aspectTypes,
'entryGroups': ?entryGroups,
'entryTypes': ?entryTypes,
'organizationLevel': ?organizationLevel,
'projects': ?projects,
};
}