PaymentItemInfo.fromJson constructor

PaymentItemInfo.fromJson(
  1. String str
)

Implementation

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