SpiException constructor

SpiException(
  1. String message, [
  2. int? controller,
  3. int? chipSelectPin
])

Implementation

SpiException(this.message, [this.controller, this.chipSelectPin]);