menu
quds_db package
documentation
quds_db.dart
DbTableProvider<T extends DbModel>
getIndices method
getIndices method
dark_mode
light_mode
getIndices
method
List
<
List
<
FieldWithValue
>
>
?
getIndices
(
T
e
)
Implementation
List<List<FieldWithValue>>? getIndices(T e) { return null; }
quds_db package
documentation
quds_db
DbTableProvider<T extends DbModel>
getIndices method
DbTableProvider class