RotatingBarcode class
Constructors
- RotatingBarcode({String? alternateText, RotatingBarcodeValues? initialRotatingBarcodeValues, String? renderEncoding, LocalizedString? showCodeText, RotatingBarcodeTotpDetails? totpDetails, String? type, String? valuePattern})
- RotatingBarcode.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
- initialRotatingBarcodeValues ↔ RotatingBarcodeValues?
-
Input only.
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
- totpDetails ↔ RotatingBarcodeTotpDetails?
-
Details used to evaluate the {totp_value_n} substitutions.
getter/setter pair
- type ↔ String?
-
The type of this barcode.
Possible string values are:
getter/setter pair
- valuePattern ↔ String?
-
String encoded barcode value.
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