Offers constructor

Offers({
  1. List<OffersItems>? items,
  2. String? kind,
})

Implementation

Offers({
  this.items,
  this.kind,
});