PaymentAttributesResponse.fromJson constructor

PaymentAttributesResponse.fromJson(
  1. String source
)

Implementation

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