lastCommitHash property

  1. @TagNumber(6)
List<int> lastCommitHash

Implementation

@$pb.TagNumber(6)
$core.List<$core.int> get lastCommitHash => $_getN(5);
  1. @TagNumber(6)
void lastCommitHash=(List<int> v)

Implementation

@$pb.TagNumber(6)
set lastCommitHash($core.List<$core.int> v) { $_setBytes(5, v); }