maxScore property

Implementation

@$pb.TagNumber(4)
SortedSetFetchRequest___ByScore__Score get maxScore => $_getN(3);
  1. @TagNumber(4)
void maxScore=(SortedSetFetchRequest___ByScore__Score v)

Implementation

@$pb.TagNumber(4)
set maxScore(SortedSetFetchRequest___ByScore__Score v) {
  setField(4, v);
}