AuthUser.cached constructor
AuthUser.cached()
Implementation
AuthUser.cached(String token, String id, String expire, String credentials,
String role, String email, String first_logged, this.postalCode) {
this.token = token;
this.id = id;
this.expire = expire;
this.credintials = credentials;
this.role = role;
this.email = email;
this.first_logged = first_logged;
}