insert pages
This commit is contained in:
@@ -8,6 +8,9 @@ class User {
|
||||
final String corpId;
|
||||
final String name;
|
||||
String phoneNumber;
|
||||
String fcsID;
|
||||
String shippingAddress;
|
||||
String deliveryAddress;
|
||||
String get phone => phoneNumber != null && phoneNumber.startsWith("959")
|
||||
? "0${phoneNumber.substring(2)}"
|
||||
: phoneNumber;
|
||||
@@ -78,6 +81,9 @@ class User {
|
||||
this.name,
|
||||
this.gender,
|
||||
this.phoneNumber,
|
||||
this.fcsID,
|
||||
this.shippingAddress,
|
||||
this.deliveryAddress,
|
||||
this.dateofBirth,
|
||||
this.corpId,
|
||||
this.roleName,
|
||||
|
||||
Reference in New Issue
Block a user