toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final fullScan = this.fullScan;
  final infoType = this.infoType;
  final infoTypeCount = this.infoTypeCount;
  final inspectJob = this.inspectJob;
  return {
    'fullScan': ?fullScan,
    'infoType': ?infoType,
    'infoTypeCount': ?infoTypeCount,
    'inspectJob': ?inspectJob,
  };
}