Jwt constructor

Jwt({
  1. JwtHeader? header,
  2. JwtPayload? payload,
  3. String? secret,
})

Implementation

Jwt({this.header, this.payload, this.secret});