toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (parent != null) 'parent': parent!,
if (repository != null) 'repository': repository!,
if (repositoryId != null) 'repositoryId': repositoryId!,
};