toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (description != null) 'description': description!,
if (end != null) 'end': end!,
if (fieldPath != null) 'fieldPath': fieldPath!,
if (start != null) 'start': start!,
};