isIterable property

bool get isIterable

Checks if T is an Iterable of any type.

See isSubtypeOf for further info.

Implementation

bool get isIterable => isSubtypeOf<Iterable>();