clone method

Axi5IdSignalsStruct clone()

Creates a copy of this struct.

Implementation

Axi5IdSignalsStruct clone() => Axi5IdSignalsStruct(
      id: id,
      idUnq: idUnq,
    );