orderBy property

List<OrderBy>? orderBy
getter/setter pair

List of `OrderBy.asc`, `OrderBy.desc`

Implementation

List<OrderBy>? orderBy = [];