CreatePaymentResponse.fromJson constructor

CreatePaymentResponse.fromJson(
  1. String source
)

Implementation

factory CreatePaymentResponse.fromJson(String source) =>
    CreatePaymentResponse.fromMap(json.decode(source));