irte_engine
auth_token.model
AuthToken
fromJson method
fromJson
fromJson
method
Null safety
dynamic
fromJson
(
Json
json
)
Generate a authtoken from a Map
Implementation
static fromJson(Json json) => _$AuthTokenFromJson(json);
irte_engine
auth_token.model
AuthToken
fromJson method
AuthToken class
Constructors
AuthToken
empty
failed
Properties
accessToken
expiresIn
hashCode
isSuccessful
message
runtimeType
tokenType
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
fromJson