Name constructor Null safety

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

Implementation

Name(this.en, this.fr);