question property

Token? question

Return the question mark indicating that the function type is nullable, or null if there is no question mark. Having a nullable function type means that the parameter can be null.

Implementation

Token? get question;