toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'type': type,
      'check_name': checkName,
      'description': description,
      'location': location,
      'severity': severity,
      'fingerprint': fingerprint,
    };