toJson method

Map<String, dynamic> toJson()

Implementation

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