Locale constructor

Locale({
  1. FieldMetadata? metadata,
  2. String? value,
})

Implementation

Locale({
  this.metadata,
  this.value,
});