childrenReverse property

List<T> get childrenReverse

Implementation

List<T> get childrenReverse => List.from(_childrenList.reversed);