WasmDatabaseResult class final

The result of opening a WASM database with default options.

Constructors

WasmDatabaseResult(DatabaseConnection resolvedExecutor, WasmStorageImplementation chosenImplementation, Set<MissingBrowserFeature> missingFeatures)
Default constructor from the invidiual fields.
const

Properties

chosenImplementation → WasmStorageImplementation
For your reference, the chosen storage implementation.
final
hashCode → int
The hash code for this object.
no setterinherited
missingFeatures → Set<MissingBrowserFeature>
An enumeration of missing browser features probed by drift.
final
resolvedExecutor → DatabaseConnection
The drift database connection to pass to the GeneratedDatabase.new constructor of your database class to use the opened database.
final
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