ArbMetadata constructor

ArbMetadata({
  1. String? namespace,
  2. String? description,
  3. String? context,
  4. Map<String, ArbPlaceholder>? placeholders,
  5. bool locked = false,
  6. bool glossaryExempt = false,
  7. String? sourceHash,
  8. Map<String, Object?> extras = const {},
})

Implementation

ArbMetadata({
  this.namespace,
  this.description,
  this.context,
  this.placeholders,
  this.locked = false,
  this.glossaryExempt = false,
  this.sourceHash,
  this.extras = const {},
});