11 lines
376 B
Dart
11 lines
376 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'program_dao.dart';
|
|
|
|
// ignore_for_file: type=lint
|
|
mixin _$ProgramDaoMixin on DatabaseAccessor<AppDatabase> {
|
|
$ProgramsTable get programs => attachedDatabase.programs;
|
|
$ProgramWeeksTable get programWeeks => attachedDatabase.programWeeks;
|
|
$ProgramWorkoutsTable get programWorkouts => attachedDatabase.programWorkouts;
|
|
}
|