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