menu
finch package
documentation
model_less.dart
DBCollectionFree
indexes property
indexes property
dark_mode
light_mode
indexes
property
Map
<
String
,
DBIndex
>
indexes
getter/setter pair
Map of database indexes to be created for this collection.
Implementation
var indexes = <String, DBIndex>{};
finch package
documentation
model_less
DBCollectionFree
indexes property
DBCollectionFree class