TikiStrategyMicrosoftModelSender constructor

TikiStrategyMicrosoftModelSender({
  1. TikiStrategyMicrosoftModelCompany? company,
  2. String? name,
  3. String? email,
  4. String? category,
  5. String? unsubscribeMailTo,
})

Implementation

TikiStrategyMicrosoftModelSender(
    {this.company,
    this.name,
    this.email,
    this.category,
    this.unsubscribeMailTo});