toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (confidenceLevel != null) 'confidenceLevel': confidenceLevel!,
if (lowerBound != null) 'lowerBound': lowerBound!,
if (ratio != null) 'ratio': ratio!,
if (upperBound != null) 'upperBound': upperBound!,
};