target property

Expression? target

Return the expression computing the object defining the property being accessed, or null if this property access is part of a cascade expression.

Use realTarget to get the target independent of whether this is part of a cascade expression.

Implementation

Expression? get target;