Title constructor Null safety

Title(
  1. String en,
  2. String fr
)

Implementation

Title(this.en, this.fr);