Delegate constructor

Delegate({
  1. String? delegateEmail,
  2. String? verificationStatus,
})

Implementation

Delegate({this.delegateEmail, this.verificationStatus});