Language constructor

const Language(
  1. String isoCode,
  2. String name,
  3. String nativeName
)

Implementation

const Language(this.isoCode, this.name, this.nativeName);