clone method

  1. @override
Axi4AwChannelInterface clone()
override

Copy constructor.

Implementation

@override
Axi4AwChannelInterface clone() => Axi4AwChannelInterface(
      idWidth: idWidth,
      addrWidth: addrWidth,
      lenWidth: lenWidth,
      userWidth: userWidth,
      useLock: useLock,
    );