Language constructor

const Language(
  1. String name,
  2. Locale locale
)

Implementation

const Language(this.name, this.locale);