Locale constructor

Locale({
  1. String? id,
  2. String? name,
  3. String? region,
  4. List<String>? tags,
})

Implementation

Locale({this.id, this.name, this.region, this.tags});