PaymentNotification.fromJson constructor

PaymentNotification.fromJson(
  1. String str
)

Implementation

factory PaymentNotification.fromJson(String str) => PaymentNotification.fromMap(json.decode(str));