sortConditions property

List<NetworkReportSpecSortCondition>? sortConditions
getter/setter pair

Describes the sorting of report rows.

The order of the condition in the list defines its precedence; the earlier the condition, the higher its precedence. If no sort conditions are specified, the row ordering is undefined.

Implementation

core.List<NetworkReportSpecSortCondition>? sortConditions;