tableColumnsDescending property
For each table_column, mark whether it's sorting order is ascending (false) or descending (true).
If no value is defined, assume all columns are sorted in ascending order. Otherwise, the number of items must match that of table_columns with each value specifying the direction of the matched column by its index.
Implementation
core.List<core.bool>? tableColumnsDescending;