toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (includeAttributes != null) 'includeAttributes': includeAttributes!,
if (includeBoundingBoxes != null)
'includeBoundingBoxes': includeBoundingBoxes!,
if (model != null) 'model': model!,
};