isIterable property

bool isIterable
inherited

Checks if T is an Iterable of any type.

See isSubtypeOf for further info.

Implementation

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