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