migrate fix int Null
parent
97250689c1
commit
f29d9edb22
|
|
@ -16,8 +16,8 @@ class User {
|
|||
email: json['mail'],
|
||||
token: json['api_token'],
|
||||
fullName: json['fullname'],
|
||||
appCompanyId: json['app_company_id'] as int,
|
||||
kassaId: json['kassa_id'] as int,
|
||||
appCompanyId: json['app_company_id'],
|
||||
kassaId: json['kassa_id'],
|
||||
)
|
||||
: null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue