mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:28:41 +00:00
8 lines
259 B
Dart
8 lines
259 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'media_downloads_dao.dart';
|
|
|
|
// ignore_for_file: type=lint
|
|
mixin _$MediaDownloadsDaoMixin on DatabaseAccessor<TwonlyDatabase> {
|
|
$MediaDownloadsTable get mediaDownloads => attachedDatabase.mediaDownloads;
|
|
}
|