toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (byteItem != null) 'byteItem': byteItem!,
  if (imageRedactionConfigs != null)
    'imageRedactionConfigs': imageRedactionConfigs!,
  if (includeFindings != null) 'includeFindings': includeFindings!,
  if (inspectConfig != null) 'inspectConfig': inspectConfig!,
  if (locationId != null) 'locationId': locationId!,
};