toJson method

  1. @override
Object toJson()
override

Implementation

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