isIterable property

bool isIterable

Returns true if type is a Iterable.

Implementation

bool get isIterable =>
    _typeWrapper.isIterable || _typeWrapper.isList || _typeWrapper.isSet;