BaseBindings class

Inheritance

Constructors

BaseBindings(Bindings parent)

Properties

hashCode int
The hash code for this object.
no setterinherited
libs DynamicLibraries
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bindCBLRefCountedToDartObject(Finalizable object, Pointer<CBLRefCounted> refCounted) → void
getErrorMessage(Pointer<CBLError> error) String?
initializeNativeLibraries([CBLInitContext? context]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
releaseRefCounted(Pointer<CBLRefCounted> refCounted) → void
removeListener(Pointer<CBLListenerToken> token) → void
retainRefCounted(Pointer<CBLRefCounted> refCounted) → void
toString() String
A string representation of this object.
inherited

Operators

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