sortSpecs property

List<SortSpec>? sortSpecs
getter/setter pair

Sort specifications in the data source table.

The result of the data source table is sorted based on the sort specifications in order.

Implementation

core.List<SortSpec>? sortSpecs;