MovieShowAlias constructor

MovieShowAlias(
  1. String title,
  2. String country
)

Implementation

MovieShowAlias(this.title, this.country);