Dart SDK
dart:web_sql
SqlDatabase
property supported
supported
class SqlDatabase
Constructors
internal_
Properties
version
hashCode
runtimeType
Methods
changeVersion
readTransaction
transaction
noSuchMethod
toString
Operators
operator ==
Static properties
instanceRuntimeType
supported
bool
supported
Checks if this type is supported on the current platform.
Source
static bool get supported => true;
property supported