// GENERATED CODE - DO NOT MODIFY BY HAND part of 'settings_dao.dart'; // ignore_for_file: type=lint mixin _$SettingsDaoMixin on DatabaseAccessor { $AppSettingsTable get appSettings => attachedDatabase.appSettings; $PaymentRulesTable get paymentRules => attachedDatabase.paymentRules; SettingsDaoManager get managers => SettingsDaoManager(this); } class SettingsDaoManager { final _$SettingsDaoMixin _db; SettingsDaoManager(this._db); $$AppSettingsTableTableManager get appSettings => $$AppSettingsTableTableManager(_db.attachedDatabase, _db.appSettings); $$PaymentRulesTableTableManager get paymentRules => $$PaymentRulesTableTableManager(_db.attachedDatabase, _db.paymentRules); }