add fcs shipment in processing,update cargo types for carton
This commit is contained in:
@@ -121,9 +121,10 @@ class User {
|
||||
userUnseenCount: map['user_unseen_count'] ?? 0,
|
||||
fcsUnseenCount: map['fcs_unseen_count'] ?? 0,
|
||||
preferCurrency: map['preferred_currency'],
|
||||
lastMessageTime: _date == null ? null : _date.toDate(),
|
||||
lastMessageTime: _date?.toDate(),
|
||||
enablePinLogin: map['enable_pin_login'] ?? false,
|
||||
pinDigit: map['pin'] ?? '');
|
||||
pinDigit: map['pin'] ?? '',
|
||||
recoveryEmail: map['email'] ?? "");
|
||||
}
|
||||
|
||||
bool diffPrivileges(User another) {
|
||||
|
||||
Reference in New Issue
Block a user