SpiChecker constructor

SpiChecker(
  1. SpiInterface intf, {
  2. required Component parent,
  3. String name = 'spiChecker',
})

Creates a SPI Checker component that interfaces with SpiInterface.

Implementation

SpiChecker(
  this.intf, {
  required Component parent,
  String name = 'spiChecker',
}) : super(name, parent);