Invitee constructor

Invitee({
  1. String txHash,
  2. String address,
})

Implementation

Invitee({
  this.txHash,
  this.address,
});