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