menu
flutter_vasat package
documentation
session
Session
Session.fromJson factory constructor
Session.fromJson
brightness_4
Session.fromJson
constructor
Null safety
Session.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Session.fromJson(Map<String, dynamic> json) { return Session(json:json); }
flutter_vasat package
documentation
session
Session
Session.fromJson factory constructor
Session class
Constructors
Session
fromJson
Properties
device
expiry
hashCode
refreshToken
runtimeType
token
tokenType
user
Methods
copyFromJson
fromJson
noSuchMethod
toJson
toString
Operators
operator ==