Verification constructor

Verification({
  1. String? to,
  2. String? channel,
  3. VerificationStatus? status,
  4. String? dateCreated,
  5. String? dateUpdated,
})

Implementation

Verification(
    {this.to, this.channel, this.status, this.dateCreated, this.dateUpdated});