MerchantInfo constructor

MerchantInfo(
  1. String consumer_key,
  2. String consumer_secret
)

Implementation

MerchantInfo(this.consumer_key, this.consumer_secret) {
  _init();
}