toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (document != null) 'document': document!.toJson(),
if (inlineDocument != null) 'inlineDocument': inlineDocument!.toJson(),
if (rawDocument != null) 'rawDocument': rawDocument!.toJson(),
if (skipHumanReview != null) 'skipHumanReview': skipHumanReview!,
};