RotatingBarcode constructor
      
      RotatingBarcode({ 
    
    
- String? alternateText,
 - RotatingBarcodeValues? initialRotatingBarcodeValues,
 - String? renderEncoding,
 - LocalizedString? showCodeText,
 - RotatingBarcodeTotpDetails? totpDetails,
 - String? type,
 - String? valuePattern,
 
Implementation
RotatingBarcode({
  this.alternateText,
  this.initialRotatingBarcodeValues,
  this.renderEncoding,
  this.showCodeText,
  this.totpDetails,
  this.type,
  this.valuePattern,
});