toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final adjustByImageFindings = this.adjustByImageFindings;
final adjustByMatchingInfoTypes = this.adjustByMatchingInfoTypes;
final likelihoodAdjustment = this.likelihoodAdjustment;
return {
'adjustByImageFindings': ?adjustByImageFindings,
'adjustByMatchingInfoTypes': ?adjustByMatchingInfoTypes,
'likelihoodAdjustment': ?likelihoodAdjustment,
};
}