Language constructor

const Language(
  1. String code,
  2. String localizedName
)

Implementation

const Language(this.code, this.localizedName);