PN532BadResponseException constructor
Implementation
PN532BadResponseException({
required this.response,
String? additionalInformation,
}) : super(
information:
"The bad response was the following $response. ${additionalInformation ?? ''}");