JwtToken constructor
const
JwtToken({})
Implementation
const JwtToken({
required this.username,
required this.accessToken,
required this.expiresAt,
required this.refreshToken,
required this.refreshTokenExpiresAt,
});