SpiInterface.clone constructor

  1. @Deprecated('Use Instance-based `clone()` instead.')
SpiInterface.clone(
  1. SpiInterface otherInterface
)

Clones this SpiInterface.

Implementation

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