operator property
Token?
get
operator
Return 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 period ('.'). In a cascade section this will be the cascade operator ('..').
Implementation
Token? get operator;