DocumentUploadState class
Constructors
- DocumentUploadState.new({required DocumentVerificationType verificationType, File? selectedImage, bool isUploading = false, bool isWaitingForWebSocket = false, double currentProgress = 0.0, bool documentRejected = false, String? rejectionMessage})
Properties
- currentProgress → double
-
final
- documentRejected → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isUploading → bool
-
final
- isWaitingForWebSocket → bool
-
final
- rejectionMessage → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedImage → File?
-
final
- verificationType → DocumentVerificationType
-
final
Methods
-
copyWith(
{DocumentVerificationType? verificationType, File? selectedImage, bool? isUploading, bool? isWaitingForWebSocket, double? currentProgress, bool? documentRejected, String? rejectionMessage}) → DocumentUploadState -
descriptionText(
BuildContext context) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
titleText(
BuildContext context) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited