LocalizedLanguage constructor

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

Creates a localized language with the given name and locale.

Implementation

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