thisObject property
RemoteObject
get
thisObject
this
object for this call frame.
Implementation
RemoteObject get thisObject =>
RemoteObject(json['this'] as Map<String, dynamic>);
this
object for this call frame.
RemoteObject get thisObject =>
RemoteObject(json['this'] as Map<String, dynamic>);