Offerwall constructor

Offerwall(
  1. String? offeringId,
  2. String? description,
  3. List<Metadata>? metadata,
  4. List<Product>? products,
  5. bool? defaultOffer,
)

Implementation

Offerwall(this.offeringId, this.description, this.metadata, this.products,
    this.defaultOffer);