// GENERATED CODE - DO NOT MODIFY BY HAND part of 'library_dao.dart'; // ignore_for_file: type=lint mixin _$LibraryDaoMixin on DatabaseAccessor { Sources get sources => attachedDatabase.sources; SubsonicSettings get subsonicSettings => attachedDatabase.subsonicSettings; Artists get artists => attachedDatabase.artists; Albums get albums => attachedDatabase.albums; Playlists get playlists => attachedDatabase.playlists; PlaylistSongs get playlistSongs => attachedDatabase.playlistSongs; Songs get songs => attachedDatabase.songs; }