LibrariesConfiguration class

Configuration for the DynamicLibrarys which provide the Couchbase Lite C API and the Dart support layer.

Constructors

LibrariesConfiguration({bool enterpriseEdition = false, String? directory, required LibraryConfiguration cbl, required LibraryConfiguration cblDart})
Creates a configuration for the DynamicLibrarys which provide the Couchbase Lite C API and the Dart support layer.

Properties

cbl LibraryConfiguration
The configuration for the Couchbase Lite C library.
final
cblDart LibraryConfiguration
The configuration for the Dart support library.
final
directory String?
The directory in which libraries are located.
final
enterpriseEdition bool
Whether the provided Couchbase Lite C library is the enterprise edition.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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