clone method

  1. @override
Axi4ArChannelInterface clone()
override

Copy constructor.

Implementation

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