PaymentIntentResponse.fromJson constructor

PaymentIntentResponse.fromJson(
  1. String source
)

Implementation

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