DigitScannerState class

Annotations
  • @freezed

Constructors

DigitScannerState({@Default([]) List<GS1Barcode> barCodes, @Default([]) List<String> qrCodes, @Default(false) bool loading, @Default(false) bool duplicate})
const
factory

Properties

barCodes List<GS1Barcode>
no setterinherited
copyWith → $DigitScannerStateCopyWith<DigitScannerState>
no setterinherited
duplicate bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
loading bool
no setterinherited
qrCodes List<String>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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