menu
maas package
documentation
uses/use_auth.dart
AuthSessionSnapshot
AuthSessionSnapshot.new const constructor
AuthSessionSnapshot.new const constructor
dark_mode
light_mode
AuthSessionSnapshot
constructor
const
AuthSessionSnapshot
(
{
required
String
token
,
required
Session
?
session
,
required
DateTime
?
expiresAt
,
})
Implementation
const AuthSessionSnapshot({ required this.token, required this.session, required this.expiresAt, });
maas package
documentation
uses/use_auth
AuthSessionSnapshot
AuthSessionSnapshot.new const constructor
AuthSessionSnapshot class