menu
js_bindings package
documentation
bindings/indexeddb_3.dart
IDBTransactionMode
fromValue static method
fromValue static method
dark_mode
light_mode
fromValue
static method
IDBTransactionMode
fromValue
(
String
value
)
Implementation
static IDBTransactionMode fromValue(String value) => values.firstWhere((e) => e.value == value);
js_bindings package
documentation
bindings/indexeddb_3
IDBTransactionMode
fromValue static method
IDBTransactionMode enum