AppConstants class

Application constants for secure storage keys and other app-wide values.

Constructors

AppConstants.new()

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

MERCHANT_TXN_ID → const String
Key for storing merchant transaction ID in secure storage.
SESSION_ID → const String
Key for storing session ID in secure storage.
TRANSACTION_AMOUNT → const String
Key for storing transaction amount in secure storage.