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