Jwt constructor

Jwt({
  1. String? compactJwt,
})

Implementation

Jwt({
  this.compactJwt,
});