isIterable property

bool isIterable

Implementation

bool get isIterable =>
    _iterableChecker.isExactlyType(targetType) ||
    _listChecker.isExactlyType(targetType) ||
    _setChecker.isExactlyType(targetType);