Dart
dart:indexed_db
Transaction
objectStoreNames property
objectStoreNames
Dart
dart:indexed_db
Transaction
objectStoreNames property
Transaction class
Properties
completed
db
error
hashCode
mode
objectStoreNames
on
onAbort
onComplete
onError
runtimeType
Methods
abort
addEventListener
dispatchEvent
noSuchMethod
objectStore
removeEventListener
toString
Operators
operator ==
Constants
abortEvent
completeEvent
errorEvent
description
objectStoreNames
property
Null safety
List
<
String
>
?
objectStoreNames
@Creates('DomStringList'), @Returns('DomStringList')
Implementation
@Returns('DomStringList') @Creates('DomStringList') List<String>? get objectStoreNames native;