AltTitles constructor Null safety

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

Implementation

AltTitles(this.en, this.fr);