SPI constructor
const
SPI({})
Creates a new SPI instance.
Use this constructor when the default behavior is not desired.
Implementation
const SPI(
{this.name = '',
this.pattern = '',
this.priority = 0,
this.alias = const []});