I2CException constructor

I2CException(
  1. String message, [
  2. int? address,
  3. int? errorNumber
])

Implementation

I2CException(this.message, [this.address, this.errorNumber]);