// GENERATED CODE - DO NOT MODIFY BY HAND part of 'group_match_dao.dart'; // ignore_for_file: type=lint mixin _$GroupMatchDaoMixin on DatabaseAccessor { $GroupTableTable get groupTable => attachedDatabase.groupTable; $MatchTableTable get matchTable => attachedDatabase.matchTable; $GroupMatchTableTable get groupMatchTable => attachedDatabase.groupMatchTable; }