prev property

Iterable<T> get prev

Implementation

Iterable<T> get prev => map((c) => c.prev);