$sort method

void $sort(
  1. int value
)

设置 $sort 操作的值,1为升序排列,-1是降序排列

Implementation

void $sort(int value) => _value$sort = toBaseType(value);