toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (date != null) 'date': date!,
if (formattedType != null) 'formattedType': formattedType!,
if (metadata != null) 'metadata': metadata!,
if (type != null) 'type': type!,
};