ForwardingAddress constructor

ForwardingAddress({
  1. String? forwardingEmail,
  2. String? verificationStatus,
})

Implementation

ForwardingAddress({
  this.forwardingEmail,
  this.verificationStatus,
});