Verification constructor

Verification({
  1. String? announcement,
  2. String? createTime,
  3. String? method,
  4. String? name,
  5. String? state,
})

Implementation

Verification({
  this.announcement,
  this.createTime,
  this.method,
  this.name,
  this.state,
});