paymentResponseFromJson function

PGPaymentResponse paymentResponseFromJson(
  1. String str
)

Implementation

PGPaymentResponse paymentResponseFromJson(String str) => PGPaymentResponse.fromJson(json.decode(str));