clone method

Axi5MemoryAttributeSignalsStruct clone()

Creates a copy of this struct.

Implementation

Axi5MemoryAttributeSignalsStruct clone() => Axi5MemoryAttributeSignalsStruct(
      cache: cache,
      region: region,
      mecId: mecId,
    );