menu
odin package
documentation
app/database/collection.dart
Collection<T extends Model>
getIndexes method
getIndexes method
dark_mode
light_mode
getIndexes
method
List
<
String
>
getIndexes
(
)
Implementation
List<String> getIndexes() { return []; }
odin package
documentation
app/database/collection
Collection<T extends Model>
getIndexes method
Collection class