toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (location != null) 'location': location!,
if (organization != null) 'organization': organization!,
if (projectId != null) 'projectId': projectId!,
if (projectIds != null) 'projectIds': projectIds!,
};