Language constructor

Language(
  1. String isoCode,
  2. String name
)

Implementation

Language(this.isoCode, this.name);