JwtResource constructor

JwtResource({
  1. String? jwt,
})

Implementation

JwtResource({
  this.jwt,
});