orders property

SortOrderCollection<T>? get orders

Returns the current sort order collection.

Implementation

SortOrderCollection<T>? get orders => _orders;