Description constructor Null safety

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

Implementation

Description(this.en, this.fr);