isIterableType property

bool isIterableType

Returns true if type is Iterable.

Implementation

bool get isIterableType => typeInfo.isIterable;