// GENERATED CODE - DO NOT MODIFY BY HAND part of 'pack_dao.dart'; // ignore_for_file: type=lint mixin _$PackDaoMixin on DatabaseAccessor { $CardPacksTable get cardPacks => attachedDatabase.cardPacks; $GameCardsTable get gameCards => attachedDatabase.gameCards; $VoiceModelsTable get voiceModels => attachedDatabase.voiceModels; $PreviewCardsTable get previewCards => attachedDatabase.previewCards; $CardPackCardsTable get cardPackCards => attachedDatabase.cardPackCards; $CardVoicesTable get cardVoices => attachedDatabase.cardVoices; }