toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (customTag != null) 'customTag': customTag!,
if (field != null) 'field': field!,
if (inferred != null) 'inferred': inferred!,
if (infoType != null) 'infoType': infoType!,
};