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