attachedDbIndex property

  1. @override
AttachedDbIndex attachedDbIndex
latefinaloverride-getter

Technically, we keep track of the attached dbs in two mappings -- one is alias: name, the other name: alias.

Implementation

@override
late final AttachedDbIndex attachedDbIndex;