WritableRustObjectWrapper<T extends RustOpaqueInterface> class abstract

Inheritance
Implementers

Constructors

WritableRustObjectWrapper.new(T _underlying, [Uint8List? bytes])

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 setterinherited

Methods

dispose() → void
May be called when the underlying rust object is no longer needed to clear memory before GC.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serializeImpl() Uint8List
Subclasses should implement this to obtain the serailised bytes. Use toBytes to obtain a cached version.
toBytes() Uint8List
Obtain the serailised bytes for this object
toString() String
A string representation of this object.
inherited

Operators

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