clone method

  1. @override
Axi4LiteWChannelInterface clone()
override

Copy constructor.

Implementation

@override
Axi4LiteWChannelInterface clone() =>
    Axi4LiteWChannelInterface(dataWidth: dataWidth, useLast: useLast);