object property
RemoteObject
get
object
Object representing the scope. For global and with scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.
Implementation
RemoteObject get object =>
RemoteObject(json['object'] as Map<String, dynamic>);