question property Null safety
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;
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.
Token? get question;