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