SourceTypeWechat constructor

const SourceTypeWechat({
  1. String? prepayId,
  2. String? qrCodeUrl,
  3. String? statementDescriptor,
})

Implementation

const SourceTypeWechat({
  this.prepayId,
  this.qrCodeUrl,
  this.statementDescriptor,
});