FleeceDecoderBindings class

Inheritance

Constructors

FleeceDecoderBindings(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

arrayIteratorBegin(Finalizable? object, Pointer<FLArray> array, Pointer<CBLDart_LoadedFLValue> valueOut) Pointer<CBLDart_FLArrayIterator>
arrayIteratorNext(Pointer<CBLDart_FLArrayIterator> iterator) bool
createKnownSharedKeys(Finalizable object) Pointer<KnownSharedKeys>
dictIteratorBegin(Finalizable? object, Pointer<FLDict> dict, Pointer<KnownSharedKeys> knownSharedKeys, Pointer<CBLDart_LoadedDictKey> keyOut, Pointer<CBLDart_LoadedFLValue> valueOut, {required bool preLoad}) Pointer<CBLDart_FLDictIterator>
dictIteratorNext(Pointer<CBLDart_FLDictIterator> iterator) bool
dumpData(Data data) String
getLoadedValue(Pointer<FLValue> value) → void
getLoadedValueFromArray(Pointer<FLArray> array, int index) → void
getLoadedValueFromDict(Pointer<FLDict> array, String key) → void
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