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