indexes property

Map<String, DBIndex> indexes
getter/setter pair

Map of database indexes to be created for this collection.

Implementation

var indexes = <String, DBIndex>{};