question property
Token?
get
question
If the parameter is function-typed, and has the question mark, then its function type is nullable. Having a nullable function type means that the parameter can be null.
Implementation
Token? get question;