codeLength property
The length of the element's code, or null
if the element is synthetic.
Implementation
int? get codeLength => _codeLength;
The length of the element's code, or null
if the element is synthetic.
int? get codeLength => _codeLength;