VerificationToken constructor

VerificationToken({
  1. String? tokenString,
})

Implementation

VerificationToken({
  this.tokenString,
});