HalfPriceInfo constructor

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

Implementation

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