13 lines
		
	
	
		
			410 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			410 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| // GENERATED CODE - DO NOT MODIFY BY HAND
 | |
| 
 | |
| part of 'rounds_dao.dart';
 | |
| 
 | |
| // ignore_for_file: type=lint
 | |
| mixin _$RoundsDaoMixin on DatabaseAccessor<AppDatabase> {
 | |
|   $GameSessionTableTable get gameSessionTable =>
 | |
|       attachedDatabase.gameSessionTable;
 | |
|   $RoundsTableTable get roundsTable => attachedDatabase.roundsTable;
 | |
|   $RoundScoresTableTable get roundScoresTable =>
 | |
|       attachedDatabase.roundScoresTable;
 | |
| }
 |