setSortPriority method

  1. @internal
bool setSortPriority(
  1. int value
)

Implementation

@internal
bool setSortPriority(int value) {
  if (_sort != null) {
    _sortPriority = value;
    return true;
  }
  return false;
}