toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (appId != null) 'appId': appId!,
  if (appInstallType != null) 'appInstallType': appInstallType!,
  if (appSource != null) 'appSource': appSource!,
  if (appType != null) 'appType': appType!,
  if (browserDeviceCount != null) 'browserDeviceCount': browserDeviceCount!,
  if (description != null) 'description': description!,
  if (disabled != null) 'disabled': disabled!,
  if (displayName != null) 'displayName': displayName!,
  if (homepageUri != null) 'homepageUri': homepageUri!,
  if (osUserCount != null) 'osUserCount': osUserCount!,
  if (permissions != null) 'permissions': permissions!,
  if (riskAssessment != null) 'riskAssessment': riskAssessment!,
};