LocalazyLocale constructor

LocalazyLocale(
  1. String language,
  2. String region,
  3. String name,
  4. String localizedName,
  5. String uri,
  6. int timestamp,
)

Implementation

LocalazyLocale(
  this.language,
  this.region,
  this.name,
  this.localizedName,
  this.uri,
  this.timestamp,
);