Jwt constructor

Jwt({
  1. required String jwt,
})

Implementation

Jwt({
  required this.jwt,
});