HalfPriceInfo constructor

HalfPriceInfo({
  1. String? banner,
  2. List<HalfPriceListElement>? list,
})

Implementation

HalfPriceInfo({
  this.banner,
  this.list,
});