10 lines
295 B
Dart
10 lines
295 B
Dart
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
|
||
|
|
part of 'statistics_dao.dart';
|
||
|
|
|
||
|
|
// ignore_for_file: type=lint
|
||
|
|
mixin _$StatisticsDaoMixin on DatabaseAccessor<AppDatabase> {
|
||
|
|
$UsersTable get users => attachedDatabase.users;
|
||
|
|
$StudySessionsTable get studySessions => attachedDatabase.studySessions;
|
||
|
|
}
|