byScore property

  1. @TagNumber(5)
SortedSetFetchRequest___ByScore byScore

Implementation

@$pb.TagNumber(5)
SortedSetFetchRequest___ByScore get byScore => $_getN(4);
  1. @TagNumber(5)
void byScore=(SortedSetFetchRequest___ByScore v)

Implementation

@$pb.TagNumber(5)
set byScore(SortedSetFetchRequest___ByScore v) {
  setField(5, v);
}