PaymentsIntentResponse.fromJson constructor

PaymentsIntentResponse.fromJson(
  1. String source
)

Implementation

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