ExpandoValueWrapperDebug<K extends Object, V extends Object> class
Debug variant of ExpandoValueWrapper.
Stores a weak reference to the associated key in the _key field
for inspection, without preventing it from being garbage-collected.
Useful for memory leak inspection and tracking unexpected object retention.
- Inheritance
-
- Object
- FinalizerValueWrapper<
V> - ExpandoValueWrapper<
V> - ExpandoValueWrapperDebug
Constructors
- ExpandoValueWrapperDebug(K key, V value)
Properties
Methods
-
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