ConnectToRecommendedResult class final

The result of WebSqlite.connectToRecommended, containing the opened database as well as the FeatureDetectionResult leading to that database implementation being chosen.

Constructors

ConnectToRecommendedResult({required Database database, required FeatureDetectionResult features, required DatabaseImplementation implementation})

Properties

access AccessMode
no setter
database Database
The opened Database hosted on another worker.
final
features FeatureDetectionResult
The missing or available browser features that lead to the current DatabaseImplementation being selected.
final
hashCode int
The hash code for this object.
no setterinherited
implementation DatabaseImplementation
The DatabaseImplementation used.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storage StorageMode
no setter

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