repoSource property

  1. @TagNumber(3)
RepoSource get repoSource

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

Implementation

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

Implementation

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