SpiInterface.clone constructor
- @Deprecated('Use Instance-based `clone()` instead.')
- SpiInterface otherInterface
Clones this SpiInterface.
Implementation
@Deprecated('Use Instance-based `clone()` instead.')
SpiInterface.clone(SpiInterface super.otherInterface)
: dataLength = otherInterface.dataLength,
super.clone();