PosPaymentService({ required this.ip, required this.port, }) { posModule = POSPaymentModule(ip: ip, port: port); mapper = PosMapper(); }