9 lines
225 B
Dart
9 lines
225 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'match_dao.dart';
|
|
|
|
// ignore_for_file: type=lint
|
|
mixin _$MatchDaoMixin on DatabaseAccessor<AppDatabase> {
|
|
$MatchTableTable get matchTable => attachedDatabase.matchTable;
|
|
}
|