semicolon property
Token?
get
semicolon
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;