LanguageConfig constructor

LanguageConfig(
  1. String locale,
  2. int column
)

Implementation

LanguageConfig(this.locale, this.column);