ascending property

EnumValue ascending

Nodes are sorted using the #comparer, in ascending order; This value is used for CircularLayout#sorting.

Implementation

static _i3.EnumValue get ascending => _i4.getProperty(
      _declaredCircularLayout,
      'Ascending',
    );
void ascending=(EnumValue value)

Implementation

static set ascending(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredCircularLayout,
    'Ascending',
    value,
  );
}