operator property

  1. @override
Token? operator
getter/setter pairoverride-getter

The operator that separates the target from the method name, or null if there is no target. In an ordinary method invocation this will be a period ('.'). In a cascade section this will be the cascade operator ('..' | '?..').

Implementation

@override
Token? operator;