OffersItems constructor

OffersItems({
  1. String? artUrl,
  2. String? gservicesKey,
  3. String? id,
  4. List<OffersItemsItems>? items,
})

Implementation

OffersItems({this.artUrl, this.gservicesKey, this.id, this.items});