LocaleNames constructor

LocaleNames(
  1. String locale,
  2. Map<String, String> data
)

Implementation

LocaleNames(this.locale, this.data);