Barcode constructor

Barcode({
  1. String? alternateText,
  2. String? kind,
  3. String? renderEncoding,
  4. LocalizedString? showCodeText,
  5. String? type,
  6. String? value,
})

Implementation

Barcode({
  this.alternateText,
  this.kind,
  this.renderEncoding,
  this.showCodeText,
  this.type,
  this.value,
});