AttachedDbIndex constructor

AttachedDbIndex({
  1. required Map<String, DbName> byAlias,
  2. required Map<DbName, String> byName,
})

Implementation

AttachedDbIndex({
  required this.byAlias,
  required this.byName,
});