asc property

bool asc
final

Specifies whether to sort the result in ascending order.

If set to true, the result will be sorted in ascending order. Otherwise, it will be sorted in descending order.

Implementation

final bool asc;