byIndex property

  1. @TagNumber(4)
SortedSetFetchRequest___ByIndex byIndex

Implementation

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

Implementation

@$pb.TagNumber(4)
set byIndex(SortedSetFetchRequest___ByIndex v) {
  setField(4, v);
}