beginToken property Null safety
Return the first token included in this node list's source range, or
null
if the list is empty.
Implementation
Token? get beginToken;
Return the first token included in this node list's source range, or
null
if the list is empty.
Token? get beginToken;