inspectee property

  1. @optional
InstanceRef? inspectee
getter/setter pair

The argument passed to dart:developer.inspect.

This is provided for the Inspect event.

Implementation

@optional
InstanceRef? inspectee;