ObjectGroupManager class

Constructors

ObjectGroupManager.new({required String debugName, required VmService vmService, required ValueListenable<IsolateRef?> isolate})

Properties

debugName String
final
hashCode int
The hash code for this object.
no setterinherited
isolate ValueListenable<IsolateRef?>
final
next ObjectGroup
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vmService → VmService
final

Methods

cancelNext() Future<void>
dispose() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
promoteNext() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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