intElement property
Return the element representing the built-in class int
.
Implementation
@Deprecated('Use intElement2 instead')
ClassElement get intElement;
Return the element representing the built-in class int
.
@Deprecated('Use intElement2 instead')
ClassElement get intElement;