Session constructor
Session({})
Implementation
Session({
required this.id,
required this.expiresAt,
required this.token,
required this.createdAt,
required this.updatedAt,
required this.ipAddress,
required this.userAgent,
required this.userId,
});