toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (ignoreMinOccurs != null) 'ignoreMinOccurs': ignoreMinOccurs!,
  if (schemas != null) 'schemas': schemas!,
  if (schematizedParsingType != null)
    'schematizedParsingType': schematizedParsingType!,
  if (types != null) 'types': types!,
  if (unexpectedSegmentHandling != null)
    'unexpectedSegmentHandling': unexpectedSegmentHandling!,
};