iterableElement property
Return the element representing the built-in class Iterable
.
Implementation
@Deprecated('Use iterableElement2 instead')
ClassElement get iterableElement;
Return the element representing the built-in class Iterable
.
@Deprecated('Use iterableElement2 instead')
ClassElement get iterableElement;