PN532WrongAckException constructor

PN532WrongAckException({
  1. required List<int> ackResponse,
})

Implementation

PN532WrongAckException({
  required this.ackResponse,
}) : super(
          information:
              "$ackResponse - the received ack response.\n$pn532Ack - the ack response should be");