toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final alertPolicyAnalyses = this.alertPolicyAnalyses;
  final customCheckAnalyses = this.customCheckAnalyses;
  final failedCheckId = this.failedCheckId;
  return {
    'alertPolicyAnalyses': ?alertPolicyAnalyses,
    'customCheckAnalyses': ?customCheckAnalyses,
    'failedCheckId': ?failedCheckId,
  };
}