toJson method

Map<String, dynamic> toJson()

Implementation

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