factory UWalletPurchaseParams.fromMap(Map<String, dynamic> json) => UWalletPurchaseParams( tag: json["tag"], amount: json["amount"]?.toDouble(), );