WT 1.1.12 error fix login

This commit is contained in:
bossanyit
2021-04-16 08:16:11 +02:00
parent d1c31b6d25
commit 4cde174a83
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import 'customer_property.dart';
class Customer {
String? name;
late String? email;
String? email;
String? firstname;
String? sex;
int? age;