PaymentCode.fromJson constructor

PaymentCode.fromJson(
  1. String str
)

Implementation

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