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