asc property
Asc is the sorting order. If true the list is sorted ascending, if false the list is sorted descending. The default is descending.
Implementation
@$pb.TagNumber(3)
$core.bool get asc => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set asc($core.bool value) => $_setBool(2, value);