PaymentStatus.fromRawJson constructor

PaymentStatus.fromRawJson(
  1. String str
)

Implementation

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