PaymentIntentAttach.fromJson constructor

PaymentIntentAttach.fromJson(
  1. String source
)

Implementation

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