// GENERATED CODE - DO NOT MODIFY BY HAND part of 'group_dao.dart'; // ignore_for_file: type=lint mixin _$GroupDaoMixin on DatabaseAccessor { $GroupTableTable get groupTable => attachedDatabase.groupTable; $PlayerTableTable get playerTable => attachedDatabase.playerTable; $PlayerGroupTableTable get playerGroupTable => attachedDatabase.playerGroupTable; }