GpioException constructor

GpioException(
  1. String message, [
  2. int? physicalPin
])

Implementation

GpioException(this.message, [this.physicalPin]);