operator property

Token? get operator

The operator that separates the target from the method name, or null if there's no target.

In an ordinary method invocation this is either a period (.) or a null-aware opertator (?.). In a cascade section this is the cascade operator ('..').

Implementation

Token? get operator;