mirror of https://github.com/AMT-Cheif/drift.git
Update flutter web worker example too
This commit is contained in:
parent
6e79a5b58c
commit
e4671d40f7
|
@ -6,7 +6,7 @@ part of 'database.dart';
|
|||
// MoorGenerator
|
||||
// **************************************************************************
|
||||
|
||||
// ignore_for_file: unnecessary_brace_in_string_interps, unnecessary_this
|
||||
// ignore_for_file: type=lint
|
||||
class Entrie extends DataClass implements Insertable<Entrie> {
|
||||
final int id;
|
||||
final String value;
|
||||
|
|
Loading…
Reference in New Issue