TabbyInitData constructor

const TabbyInitData({
  1. int? orderId,
  2. String? mode,
  3. String? merchantCode,
  4. String? password,
  5. String? extraKey,
})

Implementation

const TabbyInitData({
  this.orderId,
  this.mode,
  this.merchantCode,
  this.password,
  this.extraKey,
});