// GENERATED CODE - DO NOT MODIFY BY HAND part of 'player_dao.dart'; // ignore_for_file: type=lint mixin _$PlayerDaoMixin on DatabaseAccessor { $GameSessionTableTable get gameSessionTable => attachedDatabase.gameSessionTable; $PlayerTableTable get playerTable => attachedDatabase.playerTable; }