Sms constructor

Sms({
  1. String? id,
  2. String? createdAt,
  3. bool? newCampaign,
  4. bool? newOrder,
  5. bool? changeOrderStatus,
})

Implementation

Sms(
    {this.id,
    this.createdAt,
    this.newCampaign,
    this.newOrder,
    this.changeOrderStatus});