ascending property

  1. @TagNumber(2)
bool get ascending

@doc If true, order in ascending order.

Implementation

@$pb.TagNumber(2)
$core.bool get ascending => $_getBF(1);
  1. @TagNumber(2)
set ascending (bool value)

Implementation

@$pb.TagNumber(2)
set ascending($core.bool value) => $_setBool(1, value);