toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final scope = this.scope;
final serviceAccounts = this.serviceAccounts;
final serviceProvider = this.serviceProvider;
final urlMatchers = this.urlMatchers;
return {
'scope': ?scope,
'serviceAccounts': ?serviceAccounts,
'serviceProvider': ?serviceProvider,
'urlMatchers': ?urlMatchers,
};
}