toJson method

Map<String, dynamic> toJson()

Implementation

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