menu
jet_flutter_framework package
documentation
session/session_manager.dart
Session
Session.new constructor
Session.new constructor
dark_mode
light_mode
Session
constructor
Session
(
{
required
String
token
,
required
String
name
,
required
bool
isGuest
,
String
?
phone
,
})
Implementation
Session({ required this.token, required this.name, required this.isGuest, this.phone, });
jet_flutter_framework package
documentation
session/session_manager
Session
Session.new constructor
Session class