CardPayment.fromRawJson constructor

CardPayment.fromRawJson(
  1. String str
)

Implementation

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