QRObject constructor

QRObject({
  1. String? responseCode = '',
  2. String? responseMessage = '',
  3. String? partnerCode = '',
  4. String? orderId = '',
  5. double? collectAmountMin = 0.0,
  6. double? collectAmountMax = 0.0,
  7. String? expireDate = "",
  8. String? qrCode = "",
  9. AccountInfo? accountInfo,
})

Implementation

QRObject(
    {this.responseCode = '',
    this.responseMessage = '',
    this.partnerCode = '',
    this.orderId = '',
    this.collectAmountMin = 0.0,
    this.collectAmountMax = 0.0,
    this.expireDate = "",
    this.qrCode = "",
    this.accountInfo});