AnticipatedShow constructor

AnticipatedShow(
  1. int listCount,
  2. Show show
)

Implementation

AnticipatedShow(this.listCount, this.show);