PaymentData.fromJson constructor

PaymentData.fromJson(
  1. String str
)

Implementation

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