menu
caching package
documentation
utils/sql/src/db_table.dart
DbTableWithConverter<KeyType, T>
DbTableWithConverter const constructor
DbTableWithConverter const constructor
dark_mode
light_mode
DbTableWithConverter<
KeyType
,
T
>
constructor
const
DbTableWithConverter<
KeyType
,
T
>
(
DbTable
<
KeyType
>
table
,
Converter
<
T
>
converter
)
Implementation
const DbTableWithConverter(this.table, this.converter);
caching package
documentation
utils/sql/src/db_table
DbTableWithConverter<KeyType, T>
DbTableWithConverter const constructor
DbTableWithConverter class