ESewaConfiguration class

ESewaConfiguration class holds the config value of merchant id and environment.

Constructors

ESewaConfiguration({required String clientID, required String secretKey, required String environment})
ESewaConfiguration constructor takes 3 requireds arguments

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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ENVIRONMENT_LIVE → const String
ENVIRONMENT_TEST → const String