Barcode class
Properties
-
alternateText
↔ String?
-
An optional text that will override the default text that shows under the
barcode.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
kind
↔ String?
-
Identifies what kind of resource this is.
getter/setter pair
-
renderEncoding
↔ String?
-
The render encoding for the barcode.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
showCodeText
↔ LocalizedString?
-
Optional text that will be shown when the barcode is hidden behind a click
action.
getter/setter pair
-
type
↔ String?
-
The type of barcode.
Possible string values are:
getter/setter pair
-
value
↔ String?
-
The value encoded in the barcode.
getter/setter pair