stringElement property
Return the element representing the built-in class String
.
Implementation
@Deprecated('Use stringElement2 instead')
ClassElement get stringElement;
Return the element representing the built-in class String
.
@Deprecated('Use stringElement2 instead')
ClassElement get stringElement;