repoSource property

  1. @TagNumber(2)
RepoSource repoSource

If provided, get the source from this location in a Cloud Source Repository.

Implementation

@$pb.TagNumber(2)
RepoSource get repoSource => $_getN(1);
  1. @TagNumber(2)
void repoSource=(RepoSource v)

Implementation

@$pb.TagNumber(2)
set repoSource(RepoSource v) { setField(2, v); }