target property

Object? target
final

Target where a call is operating on, like x for x.foo().

Implementation

final Object? target;