$GoogleCloudDocumentaiV1Barcode class
Used by:
- contentwarehouse:v1 : GoogleCloudDocumentaiV1Barcode
- documentai:v1 : GoogleCloudDocumentaiV1Barcode
Constructors
- $GoogleCloudDocumentaiV1Barcode({String? format, String? rawValue, String? valueFormat})
- $GoogleCloudDocumentaiV1Barcode.fromJson(Map json_)
Properties
- format ↔ String?
-
Format of a barcode.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rawValue ↔ String?
-
Raw value encoded in the barcode.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- valueFormat ↔ String?
-
Value format describes the format of the value that a barcode encodes.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited