PaymeFlutterSdkConfig class

Constructors

PaymeFlutterSdkConfig({required String appToken, required String publicKey, required String privateKey, required String secretKey, Color primaryColor = const Color(0xff75255b), Color secondaryColor = const Color(0xff9d455f), PaymeFlutterSdkLanguage language = PaymeFlutterSdkLanguage.VN, PaymeFlutterSdkEnv env = PaymeFlutterSdkEnv.SANDBOX})

Properties

appToken String
final
env PaymeFlutterSdkEnv
final
hashCode int
The hash code for this object.
no setterinherited
language PaymeFlutterSdkLanguage
final
primaryColor Color
final
privateKey String
final
publicKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryColor Color
final
secretKey String
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