9 lines
220 B
Dart
9 lines
220 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'actions_dao.dart';
|
|
|
|
// ignore_for_file: type=lint
|
|
mixin _$ActionsDaoMixin on DatabaseAccessor<AppDatabase> {
|
|
$ActionsTable get actions => attachedDatabase.actions;
|
|
}
|