AuthSessionResponse constructor
const
AuthSessionResponse({
- required String idHash,
- required bool current,
- AuthSessionClientInfo? clientInfo,
- DateTime? approxLastUsedAt,
Implementation
const AuthSessionResponse({
required this.idHash,
required this.current,
this.clientInfo,
this.approxLastUsedAt,
});