10 lines
262 B
Dart
10 lines
262 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> {
|
|
$PlayerGroupTableTable get playerGroupTable =>
|
|
attachedDatabase.playerGroupTable;
|
|
}
|