Counter class

Implemented types
Annotations
  • @sealed

Constructors

Counter.fromRaw(int ptr, int size, BdkChainFlutter bridge)

Properties

bridge BdkChainFlutter
final
dropFn → DropFnType
Rust type specific drop function.
no setter
hashCode int
The hash code for this object.
no setterinherited
move bool
no getterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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

Operators

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