Jwt constructor
Jwt({
- JwtHeader? header,
- JwtPayload? payload,
- String? secret,
Implementation
Jwt({this.header, this.payload, this.secret});
Jwt({this.header, this.payload, this.secret});