sortSpecs property

List<SortSpec>? sortSpecs
getter/setter pair

The sort order per column.

Later specifications are used when values are equal in the earlier specifications.

Implementation

core.List<SortSpec>? sortSpecs;