PaymentResult constructor

const PaymentResult(
  1. String gatewayName
)

Creates a result tagged with the name of the originating gateway.

Implementation

const PaymentResult(this.gatewayName);