toJson method

Map<String, dynamic> toJson()

Implementation

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