backwards property
Set<E>
get
backwards
Reverses a Set
Implementation
Set<E> get backwards => h.backwardsIterable(this).toSet();
Reverses a Set
Set<E> get backwards => h.backwardsIterable(this).toSet();