DigitScannerRouteArgs class

Constructors

DigitScannerRouteArgs({Key? key, ScannerLocalization? appLocalizations, required int quantity, required bool isGS1code, bool singleValue = false, bool isEditEnabled = false})
const

Properties

appLocalizations ScannerLocalization?
final
hashCode int
The hash code for this object.
no setterinherited
isEditEnabled bool
final
isGS1code bool
final
key Key?
final
quantity int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
singleValue bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited