toJson method

Map<String, dynamic> toJson()

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!,
};