sortingColumn property

  1. @TagNumber.new(3)
PublicKeyFieldName get sortingColumn

The field the result is sorted by. The default is the creation date. Beware that if you change this, your result pagination might be inconsistent.

Implementation

@$pb.TagNumber(3)
$5.PublicKeyFieldName get sortingColumn => $_getN(2);
  1. @TagNumber.new(3)
set sortingColumn (PublicKeyFieldName value)

Implementation

@$pb.TagNumber(3)
set sortingColumn($5.PublicKeyFieldName value) => $_setField(3, value);