PaymentIntentCard.fromJsson constructor

PaymentIntentCard.fromJsson(
  1. String source
)

Implementation

factory PaymentIntentCard.fromJsson(String source) =>
    PaymentIntentCard.fromMap(json.decode(source));