VerifyJWTError constructor

VerifyJWTError(
  1. String jwt,
  2. String message
)

Implementation

VerifyJWTError(
  this.jwt,
  this.message,
);