11 lines
312 B
Dart
11 lines
312 B
Dart
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
|
||
|
|
part of 'achievement_dao.dart';
|
||
|
|
|
||
|
|
// ignore_for_file: type=lint
|
||
|
|
mixin _$AchievementDaoMixin on DatabaseAccessor<AppDatabase> {
|
||
|
|
$UsersTable get users => attachedDatabase.users;
|
||
|
|
$UserAchievementsTable get userAchievements =>
|
||
|
|
attachedDatabase.userAchievements;
|
||
|
|
}
|