boolElement property
Return the element representing the built-in class bool
.
Implementation
@Deprecated('Use boolElement2 instead')
ClassElement get boolElement;
Return the element representing the built-in class bool
.
@Deprecated('Use boolElement2 instead')
ClassElement get boolElement;