9 lines
249 B
Dart
9 lines
249 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'training_plan_dao.dart';
|
|
|
|
// ignore_for_file: type=lint
|
|
mixin _$TrainingPlanDaoMixin on DatabaseAccessor<AppDatabase> {
|
|
$TrainingPlansTable get trainingPlans => attachedDatabase.trainingPlans;
|
|
}
|