toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (businessOwners != null) 'businessOwners': businessOwners!,
  if (criticality != null) 'criticality': criticality!,
  if (developerOwners != null) 'developerOwners': developerOwners!,
  if (environment != null) 'environment': environment!,
  if (operatorOwners != null) 'operatorOwners': operatorOwners!,
};