PN532Exception constructor

PN532Exception({
  1. String information = 'Something went wrong when communicating with the PN532.',
})

Implementation

PN532Exception(
    {this.information =
        'Something went wrong when communicating with the PN532.'});