toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (ctsProfileMatch != null) 'ctsProfileMatch': ctsProfileMatch!,
  if (enabledUnknownSources != null)
    'enabledUnknownSources': enabledUnknownSources!,
  if (hasPotentiallyHarmfulApps != null)
    'hasPotentiallyHarmfulApps': hasPotentiallyHarmfulApps!,
  if (ownerProfileAccount != null)
    'ownerProfileAccount': ownerProfileAccount!,
  if (ownershipPrivilege != null) 'ownershipPrivilege': ownershipPrivilege!,
  if (supportsWorkProfile != null)
    'supportsWorkProfile': supportsWorkProfile!,
  if (verifiedBoot != null) 'verifiedBoot': verifiedBoot!,
  if (verifyAppsEnabled != null) 'verifyAppsEnabled': verifyAppsEnabled!,
};