PaymentData.fromRawJson constructor

PaymentData.fromRawJson(
  1. String str
)

Implementation

factory PaymentData.fromRawJson(String str) =>
    PaymentData.fromJson(json.decode(str));