ARBItemAnnotationPlaceholder constructor

const ARBItemAnnotationPlaceholder({
  1. required ARBItemPlaceholderKey key,
  2. String? type,
  3. String? example,
  4. String? format,
})

Implementation

const ARBItemAnnotationPlaceholder({
  required this.key,
  this.type,
  this.example,
  this.format,
});