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