MyCalendarShow constructor

MyCalendarShow(
  1. String firstAired,
  2. Episode episode,
  3. Show show
)

Implementation

MyCalendarShow(this.firstAired, this.episode, this.show);