check null safety
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
|
||||
|
||||
class Customer {
|
||||
String id;
|
||||
String name;
|
||||
String phoneNumber;
|
||||
String status;
|
||||
String? id;
|
||||
String? name;
|
||||
String? phoneNumber;
|
||||
String? status;
|
||||
|
||||
Customer({
|
||||
this.id,
|
||||
|
||||
Reference in New Issue
Block a user