toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (gitUri != null) 'gitUri': gitUri!,
if (repoSource != null) 'repoSource': repoSource!,
if (storageSource != null) 'storageSource': storageSource!,
};