clone method
Creates a copy of this struct.
Implementation
Axi5MemoryAttributeSignalsStruct clone() => Axi5MemoryAttributeSignalsStruct(
cache: cache,
region: region,
mecId: mecId,
);
Creates a copy of this struct.
Axi5MemoryAttributeSignalsStruct clone() => Axi5MemoryAttributeSignalsStruct(
cache: cache,
region: region,
mecId: mecId,
);