toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accountTypesWithManagementDisabled != null)
    'accountTypesWithManagementDisabled': accountTypesWithManagementDisabled!,
  if (bluetoothSharing != null) 'bluetoothSharing': bluetoothSharing!,
  if (cameraDisabled != null) 'cameraDisabled': cameraDisabled!,
  if (maxDaysWithWorkOff != null) 'maxDaysWithWorkOff': maxDaysWithWorkOff!,
  if (personalApplications != null)
    'personalApplications': personalApplications!,
  if (personalPlayStoreMode != null)
    'personalPlayStoreMode': personalPlayStoreMode!,
  if (privateSpacePolicy != null) 'privateSpacePolicy': privateSpacePolicy!,
  if (screenCaptureDisabled != null)
    'screenCaptureDisabled': screenCaptureDisabled!,
};