BkashCredentials class

Constructors

BkashCredentials({required String username, required String password, required String appKey, required String appSecret, bool isSandbox = true})
const

Properties

appKey String
Application Key value shared by bKash during on-boarding.
final
appSecret String
Application Secret value shared by bKash during on-boarding.
final
hashCode int
The hash code for this object.
no setterinherited
isSandbox bool
Make this false for production credentials
final
password String
Password associated with the merchant account.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
Username associated with the merchant account which was shared by bKash during on-boarding.
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