RustObjectWrapper<T extends RustOpaqueInterface> class

Implementers

Constructors

RustObjectWrapper.new(T _underlying)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
underlying → T
no setter

Methods

dispose() → void
May be called when the underlying rust object is no longer needed to clear memory before GC.
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