period property Null safety
Return the token for the period after the 'this' keyword, or null
if
there is no 'this' keyword.
Implementation
Token? get period;
Return the token for the period after the 'this' keyword, or null
if
there is no 'this' keyword.
Token? get period;