UWalletPurchaseParams.fromJson constructor

UWalletPurchaseParams.fromJson(
  1. String str
)

Implementation

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