SpiInterface.clone constructor

SpiInterface.clone(
  1. SpiInterface otherInterface
)

Clones this SpiInterface.

Implementation

SpiInterface.clone(SpiInterface super.otherInterface)
    : dataLength = otherInterface.dataLength,
      super.clone();