UserSessionResponse constructor
const
UserSessionResponse({})
Implementation
const UserSessionResponse({
required this.sessionIdHash,
required this.createdAt,
required this.approxLastUsedAt,
required this.clientIp,
required this.clientIpReverse,
required this.clientOs,
required this.clientPlatform,
required this.clientLocation,
});