ARBItemAnnotationPlaceholder constructor

const ARBItemAnnotationPlaceholder({
  1. required ARBItemPlaceholderKey key,
  2. String? type,
  3. dynamic example,
  4. String? format,
  5. Map<String, dynamic>? otherAttributes,
})

Implementation

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