RotatingBarcode constructor

RotatingBarcode({
  1. String? alternateText,
  2. RotatingBarcodeValues? initialRotatingBarcodeValues,
  3. String? renderEncoding,
  4. LocalizedString? showCodeText,
  5. RotatingBarcodeTotpDetails? totpDetails,
  6. String? type,
  7. String? valuePattern,
})

Implementation

RotatingBarcode({
  this.alternateText,
  this.initialRotatingBarcodeValues,
  this.renderEncoding,
  this.showCodeText,
  this.totpDetails,
  this.type,
  this.valuePattern,
});