device_info_table_dao.g.dart 261 B

123456789
  1. // GENERATED CODE - DO NOT MODIFY BY HAND
  2. part of 'device_info_table_dao.dart';
  3. // ignore_for_file: type=lint
  4. mixin _$DeviceInfoTableDaoMixin on DatabaseAccessor<MyDatabase> {
  5. $DeviceInfoTableTable get deviceInfoTable => attachedDatabase.deviceInfoTable;
  6. }