12 lines
397 B
Dart
12 lines
397 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'player_group_dao.dart';
|
|
|
|
// ignore_for_file: type=lint
|
|
mixin _$PlayerGroupDaoMixin on DatabaseAccessor<AppDatabase> {
|
|
$PlayerTableTable get playerTable => attachedDatabase.playerTable;
|
|
$GroupTableTable get groupTable => attachedDatabase.groupTable;
|
|
$PlayerGroupTableTable get playerGroupTable =>
|
|
attachedDatabase.playerGroupTable;
|
|
}
|