clone method
override
Copy constructor.
Implementation
@override
Ace4LiteWChannelInterface clone() => Ace4LiteWChannelInterface(
idWidth: idWidth,
userWidth: userWidth,
useLast: useLast,
dataWidth: dataWidth);
Copy constructor.
@override
Ace4LiteWChannelInterface clone() => Ace4LiteWChannelInterface(
idWidth: idWidth,
userWidth: userWidth,
useLast: useLast,
dataWidth: dataWidth);