Counter class
Implemented types
Annotations
Properties
bridge
→ BdkChainFlutter
final
dropFn
→ DropFnType
Rust type specific drop function.
no setter
hashCode
→ int
The hash code for this object.
no setter inherited
move
← bool
no getter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
shareFn
→ ShareFnType
Rust type specific share function.
no setter
staticFinalizer
→ OpaqueTypeFinalizer
A native finalizer rust opaque type.
Is static for each frb api class instance.
no setter
Methods
dispose ()
→ void
Call Rust destructors on the backing memory of this pointer.
inherited
isStale ()
→ bool
Checks whether dispose
has been called at any point during the lifetime
of this pointer. This does not guarantee that the backing memory has
actually been reclaimed.
inherited
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareOrMove ()
→ PlatformPointer
Increments inner reference counter and returns pointer to the underlying
Rust object.
inherited
toString ()
→ String
A string representation of this object.
inherited