toIterable property

TypeCheck<Iterable<T>> toIterable
inherited

Returns a TypeCheck object for type Iterable<T>.

If T is nullable the type parameter for Iterable will also be nullable.

Implementation

TypeCheck<Iterable<T>> get toIterable => TypeCheck<Iterable<T>>();