semicolon property

Token? semicolon

Return the semicolon terminating the statement, or null if the expression is a function expression and therefore isn't followed by a semicolon.

Implementation

Token? get semicolon;