DelegatingIterable<E> constructor
Null safety
- Iterable<
E> base
Creates a wrapper that forwards operations to base
.
Implementation
const DelegatingIterable(Iterable<E> base) : _base = base;
Creates a wrapper that forwards operations to base
.
const DelegatingIterable(Iterable<E> base) : _base = base;