ElepayResultFailed constructor

const ElepayResultFailed(
  1. String paymentId,
  2. String code,
  3. String reason,
  4. String message,
)

Implementation

const ElepayResultFailed(
    this.paymentId, this.code, this.reason, this.message);