MovieRelease constructor

MovieRelease(
  1. String? country,
  2. String? certification,
  3. String? releaseDate,
  4. String? releaseType,
  5. String? note,
)

Implementation

MovieRelease(this.country, this.certification, this.releaseDate, this.releaseType, this.note);