ServiceWrapper class
Constructors
Properties
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