toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (displayName != null) 'displayName': displayName!,
if (locationId != null) 'locationId': locationId!,
if (project != null) 'project': project!,
};