factory UBillInfoParams.fromMap(Map<String, dynamic> json) => UBillInfoParams( billId: json["billId"], paymentId: json["paymentId"], );