DocumentScanState class
Constructors
- DocumentScanState.new({bool isProcessing = false, bool showError = false, double uploadProgress = 0.0, CameraState cameraState = CameraState.loading, File? capturedImage, File? videoRecordingFile, required AppScreen screen, required DocumentSide currentSide})
Properties
- cameraState → CameraState
-
final
- capturedImage → File?
-
final
- currentSide → DocumentSide
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isProcessing → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screen → AppScreen
-
final
- showError → bool
-
final
- uploadProgress → double
-
final
- videoRecordingFile → File?
-
final
Methods
-
copyWith(
{bool? isProcessing, bool? showError, double? uploadProgress, CameraState? cameraState, File? capturedImage, File? videoRecordingFile, AppScreen? screen, DocumentSide? currentSide}) → DocumentScanState -
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