@override Object toJson() => { if (storageSource != null) 'storageSource': storageSource!.toJson(), if (repoSource != null) 'repoSource': repoSource!.toJson(), if (gitUri != null) 'gitUri': gitUri, };