Barcode class

Constructors

Barcode({String? alternateText, String? kind, String? renderEncoding, LocalizedString? showCodeText, String? type, String? value})
Barcode.fromJson(Map json_)

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

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