FatooraQrCodeResponse class
A model representing the response received after generating or requesting a QR code for a Fatoora-compliant invoice.
This includes the operation status, detailed response from the service, and the generated qrCode if the operation was successful.
Constructors
- FatooraQrCodeResponse.new({required String? qrCode, required FatooraServiceResponse response, required ResponseStatus status})
-
Creates a new instance of FatooraQrCodeResponse.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- qrCode → String?
-
The generated QR code string, typically base64-encoded.
final
- response → FatooraServiceResponse
-
The full response from the Fatoora service, containing additional
metadata, messages, or error details.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ResponseStatus
-
The status of the QR code generation request (e.g., success, failure).
final
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