UpdatedMovie constructor

UpdatedMovie(
  1. String updatedAt,
  2. Movie movie
)

Implementation

UpdatedMovie(this.updatedAt, this.movie);