Offers constructor

Offers({
  1. String? sId,
  2. String? title,
  3. String? benefits,
  4. String? iconUrl,
})

Implementation

Offers({this.sId, this.title, this.benefits, this.iconUrl});