factory ReserveChargeParams.fromMap(Map<String, dynamic> json) => ReserveChargeParams( amount: json["amount"], simType: json["simType"], );