target property
      
      Expression?
      get
      target
      
    
    
The expression used to compute the object being indexed, or null if this
index expression 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;