toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (associatedFindings != null) 'associatedFindings': associatedFindings!,
  if (attackSteps != null) 'attackSteps': attackSteps!,
  if (displayName != null) 'displayName': displayName!,
  if (resource != null) 'resource': resource!,
  if (resourceType != null) 'resourceType': resourceType!,
  if (uuid != null) 'uuid': uuid!,
};