JwtPayload constructor
const
JwtPayload({})
Implementation
const JwtPayload({
required this.subject,
required this.username,
required this.name,
required this.issuer,
required this.audience,
required this.notBefore,
required this.expires,
this.extra = const <String, dynamic>{},
});