HalfdayResult constructor

HalfdayResult({
  1. HalfPriceInfo? halfPriceInfo,
  2. List<SessionsList>? sessionsList,
})

Implementation

HalfdayResult({
  this.halfPriceInfo,
  this.sessionsList,
});