OffersItems constructor
OffersItems({
- String? artUrl,
- String? gservicesKey,
- String? id,
- List<
OffersItemsItems> ? items,
Implementation
OffersItems({
this.artUrl,
this.gservicesKey,
this.id,
this.items,
});