equalToken property

  1. @override
Token? equalToken
final

Return the token for the equal operator, or null if the condition does not include an equality test.

Implementation

@override
final Token? equalToken;