clone method

  1. @override
Axi4WChannelInterface clone()
override

Copy constructor.

Implementation

@override
Axi4WChannelInterface clone() => Axi4WChannelInterface(
      idWidth: idWidth,
      userWidth: userWidth,
      dataWidth: dataWidth,
      useLast: useLast,
    );