toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (documentAllowMultipleLabels != null)
'documentAllowMultipleLabels': documentAllowMultipleLabels!,
if (documentSplitter != null) 'documentSplitter': documentSplitter!,
if (prefixedNamingOnProperties != null)
'prefixedNamingOnProperties': prefixedNamingOnProperties!,
if (skipNamingValidation != null)
'skipNamingValidation': skipNamingValidation!,
};