renmove doc office from appUser Object
This commit is contained in:
parent
6c605e7a66
commit
e825d73954
1 changed files with 0 additions and 3 deletions
|
|
@ -2,7 +2,6 @@
|
|||
class AppUser {
|
||||
final int idUser;
|
||||
final String email;
|
||||
final int docOffice_id;
|
||||
final String fname;
|
||||
final String lname;
|
||||
final String type;
|
||||
|
|
@ -12,7 +11,6 @@ class AppUser {
|
|||
const AppUser(
|
||||
this.idUser,
|
||||
this.email,
|
||||
this.docOffice_id,
|
||||
this.fname,
|
||||
this.lname,
|
||||
this.type,
|
||||
|
|
@ -24,7 +22,6 @@ class AppUser {
|
|||
return AppUser(
|
||||
json['idUser'],
|
||||
json['email'],
|
||||
json['docOffice_id'],
|
||||
json['fname'],
|
||||
json['lname'],
|
||||
json['type'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue