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