sortingColumn property
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(2)
$11.OrganizationSettingsFieldName get sortingColumn => $_getN(1);
Implementation
@$pb.TagNumber(2)
set sortingColumn($11.OrganizationSettingsFieldName value) =>
$_setField(2, value);