SpiChecker constructor
- SpiInterface intf, {
- required Component parent,
- 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);