thisObject property

RemoteObject thisObject

this object for this call frame.

Implementation

RemoteObject get thisObject =>
    RemoteObject(json['this'] as Map<String, dynamic>);