mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 21:38:39 +00:00
8 lines
249 B
Dart
8 lines
249 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'media_uploads_dao.dart';
|
|
|
|
// ignore_for_file: type=lint
|
|
mixin _$MediaUploadsDaoMixin on DatabaseAccessor<TwonlyDatabase> {
|
|
$MediaUploadsTable get mediaUploads => attachedDatabase.mediaUploads;
|
|
}
|