ChapaStrings class
A class that contains constant string values used throughout the application. These strings are used for validation messages and error handling.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
Constants
- amountRequired → const String
- Message displayed when the amount is missing or not provided.
- connectionError → const String
- Message displayed when there is a connectivity issue (e.g., no internet connection).
- currencyRequired → const String
- Message displayed when the currency is missing or not provided.
- publicKeyRequired → const String
- Message displayed when the public key is missing or not provided.
- transactionRefrenceRequired → const String
- Message displayed when the transaction reference is missing or not provided.