TokenModel class

Constructors

TokenModel(String userId, String accessToken, String refreshToken, DateTime createDate, DateTime deathDate, List<AuthPermission> permissions)
TokenModel.fromJson(Map json)

Properties

accessToken String
final
createDate DateTime
final
deathDate DateTime
final
hashCode int
The hash code for this object.
no setterinherited
permissions List<AuthPermission>
final
refreshToken String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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