Verify constructor

Verify({
  1. bool? hasPendingVerification,
})

Implementation

Verify({
  this.hasPendingVerification,
});