Data constructor

Data({
  1. String? currencyCode,
  2. List<OfferList>? offerList,
})

Implementation

Data({this.currencyCode, this.offerList});