DoubleOptIn constructor

DoubleOptIn({
  1. String? emailId,
  2. String? language,
})

Implementation

DoubleOptIn({
  this.emailId,
  this.language,
});