PaymentIntentResponseAttributes.fromJson constructor

PaymentIntentResponseAttributes.fromJson(
  1. String source
)

Implementation

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