toJson method
Converts this ScanConfidence to a JSON map.
Implementation
Map<String, dynamic> toJson() {
return {
'overall': overall,
'wallAccuracy': wallAccuracy,
'dimensionAccuracy': dimensionAccuracy,
'warnings': warnings,
};
}