PreferredLocale constructor

PreferredLocale({
  1. String? country,
  2. String? language,
})

Implementation

PreferredLocale({
  this.country,
  this.language,
});