Integration constructor

Integration({
  1. String? id,
  2. String? createdAt,
  3. bool? email,
  4. bool? sms,
  5. Invoicing? invoicing,
  6. Marketplace? marketplace,
})

Implementation

Integration(
    {this.id,
    this.createdAt,
    this.email,
    this.sms,
    this.invoicing,
    this.marketplace});