clone method

  1. @override
Ace4CdChannelInterface clone()
override

Copy constructor.

Implementation

@override
Ace4CdChannelInterface clone() => Ace4CdChannelInterface(
    idWidth: idWidth, dataWidth: dataWidth, userWidth: userWidth);