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