bo non lo so

This commit is contained in:
Tito Arrigo
2023-09-29 14:44:12 +02:00
committed by Joe Küng
parent b78679ece2
commit 06e92c4c77
7 changed files with 129 additions and 50 deletions

View File

@@ -5,14 +5,14 @@ const String promemoriaTable = 'promemoria';
class Promemoria {
String id = '';
String title;
String creationDate;
String lastModificationDate;
String expirationDate;
String? arrayPromemoria;
String description;
String priority;
String color;
String title = '';
String creationDate = '';
String lastModificationDate = '';
String expirationDate = '';
String? arrayPromemoria = '';
String description = '';
String priority = '';
String color = '';
Promemoria(
this.id,