reversed property

Iterable<T> reversed

Implementation

Iterable<T> get reversed => _children.reversed;