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