Update flutter web worker example too

This commit is contained in:
Simon Binder 2022-04-01 23:48:15 +02:00
parent 6e79a5b58c
commit e4671d40f7
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
3 changed files with 4 additions and 4 deletions

View File

@ -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;