toJson method
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,
};
}