descending property
EnumValue
get
descending
Nodes are sorted using the #comparer, in reverse ascending (descending) order; This value is used for CircularLayout#sorting.
Implementation
static _i3.EnumValue get descending => _i4.getProperty(
_declaredCircularLayout,
'Descending',
);
set
descending
(EnumValue value)
Implementation
static set descending(_i3.EnumValue value) {
_i4.setProperty(
_declaredCircularLayout,
'Descending',
value,
);
}