nullElement property
Return the element representing the built-in class Null
.
Implementation
@Deprecated('Use nullElement2 instead')
ClassElement get nullElement;
Return the element representing the built-in class Null
.
@Deprecated('Use nullElement2 instead')
ClassElement get nullElement;