question property

  1. @override
Token? question
final

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

@override
final Token? question;