AuthUser class

Constructors

AuthUser({String? token, String? postalCode, Map<String, String>? credintials})
AuthUser.cached(String token, String id, String expire, String credentials, String role, String email, String first_logged, String? postalCode)
AuthUser.forProfile(String? id, String? email, String? role, String? first_logged, String? postalCode)
AuthUser.fromJson(Map<String, dynamic> json)
factory

Properties

credintials String?
getter/setter pair
email String?
getter/setter pair
expire String?
getter/setter pair
first_logged String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
postalCode String?
getter/setter pair
querys List<String>?
getter/setter pairoverride
role String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
getter/setter pair

Methods

dynamicParse(dynamic data) → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(dynamic data) AuthUser
override
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited