Dart SDK
dart:indexed_db
ObjectStore
property runtimeType
runtimeType
class ObjectStore
Properties
autoIncrement
indexNames
keyPath
name
transaction
hashCode
runtimeType
Methods
add
clear
count
createIndex
delete
deleteIndex
getAll
getAllKeys
getObject
index
openCursor
openKeyCursor
put
noSuchMethod
toString
Operators
operator ==
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType