futureElement property
Return the element representing the built-in class Future
.
Implementation
@Deprecated('Use futureElement2 instead')
ClassElement get futureElement;
Return the element representing the built-in class Future
.
@Deprecated('Use futureElement2 instead')
ClassElement get futureElement;