MyCalendarMovie constructor

MyCalendarMovie(
  1. String released,
  2. Movie movie
)

Implementation

MyCalendarMovie(this.released, this.movie);