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 StorageMode storage, required AccessMode access})
Properties
- access → AccessMode
-
The AccessMode used to access teh database instance.
final
- database → Database
-
The opened Database hosted on another worker.
final
- features → FeatureDetectionResult
-
The missing or available browser features that lead to the current
storage and access modes being selected.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storage → StorageMode
-
The StorageMode storing contents for database.
final
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