ServiceWrapper class

Constructors

ServiceWrapper()

Properties

hashCode int
The hash code for this object.
no setterinherited
isolateId String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

evaluate(String targetId, String expression) Future<Response>
getAllocationProfile() Future<AllocationProfile>
getClassHeapStats() Future<List<ClassHeapStats>>
getClassList() Future<ClassList>
getInboundReferences(String objectId) Future<InboundReferences>
getInstances(String objectId, int limit) Future<InstanceSet>
getIsolate() Future<Isolate>
getLibraries() Future<List<LibraryRef>?>
getMemoryUsage() Future<MemoryUsage>
getObject(String objectId, {int? offset, int? count}) Future<Obj>
getScripts() Future<ScriptList>
getSnapshot() Future<HeapSnapshotGraph>
getStack() Future<Stack>
getVM() Future<VM>
getVMService() Future<VmService>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited