AppStrings class abstract
App-wide class for holding strings for uniformity
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
- accountTransferKey → const String
- amounToPayKey → const String
- apiKey → const String
- Different keys for encoding message to be sent to server side
- appModeKey → const String
- cardPaymentKey → const String
- contractCodeKey → const String
- currencyCodeKey → const String
- customerEmailKey → const String
- customerNameKey → const String
- customerPhoneNumber → const String
- initializeMonnify → const String
- Methods names to invoke
- liveMode → const String
- makeMonnifyPayment → const String
- paidAmountKey → const String
- paidAmountPayableKey → const String
- paidCurrencyCodeKey → const String
- paidCustomerEmailKey → const String
- paidCustomerNameKey → const String
- paidDateKey → const String
- paidMessageKey → const String
- paidPaymentDescriptionkey → const String
- paidPaymentMethodKey → const String
- paidPaymentReferenceKey → const String
- paidStatusMessageKey → const String
- Different keys for decoding message gotten from server side keys for payment returned variables
- paidTransactionReferenceKey → const String
- paymentDescriptionKey → const String
- paymentMethodAllValue → const String
- paymentMethodBankTransferValue → const String
- paymentMethodCardValue → const String
- Payment methods values
- paymentMethodKey → const String
- paymentReferenceKey → const String
- paymentStatusEmptyValue → const String
- paymentStatusFailedValue → const String
- paymentStatusGatewayErrorValue → const String
- paymentStatusIOSCancelled → const String
- paymentStatusIOSExpired → const String
- paymentStatusIOSFailed → const String
- paymentStatusIOSOverPaid → const String
- paymentStatusIOSPaid → const String
- paymentStatusIOSPartiallyPaid → const String
- paymentStatusIOSPending → const String
- paymentStatusIOSReversed → const String
- paymentStatusOverpaidValue → const String
- paymentStatusPaidValue → const String
- paymentStatusPartiallyPaidValue → const String
- paymentStatusPendingValue → const String
- Payment Status string keys
- testMode → const String
- Different app modes