TawkVisitor constructor

TawkVisitor({
  1. String? name,
  2. String? email,
  3. String? hash,
})

Implementation

TawkVisitor({
  this.name,
  this.email,
  this.hash,
});