clone method
override
Copy constructor.
Implementation
@override
Axi4ArChannelInterface clone() => Axi4ArChannelInterface(
idWidth: idWidth,
addrWidth: addrWidth,
lenWidth: lenWidth,
userWidth: userWidth,
useLock: useLock,
);