irte_engine
user.model
User
User.fromJson factory constructor
User.fromJson
User.fromJson
constructor
Null safety
User.fromJson
(
Json
json
)
Generate a user from a Map
Implementation
factory User.fromJson(Json json) => _$UserFromJson(json);
irte_engine
user.model
User
User.fromJson factory constructor
User class
Constructors
User
empty
fromJson
Properties
email
firstname
hashCode
id
isValid
lastname
password
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==