$GoogleCloudDocumentaiV1Barcode constructor

$GoogleCloudDocumentaiV1Barcode({
  1. String? format,
  2. String? rawValue,
  3. String? valueFormat,
})

Implementation

$GoogleCloudDocumentaiV1Barcode({
  this.format,
  this.rawValue,
  this.valueFormat,
});