Dart SDK
dart:web_sql
SqlError
property runtimeType
runtimeType
class SqlError
Properties
code
message
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
CONSTRAINT_ERR
DATABASE_ERR
QUOTA_ERR
SYNTAX_ERR
TIMEOUT_ERR
TOO_LARGE_ERR
UNKNOWN_ERR
VERSION_ERR
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType