clone method
- String? name,
override
Creates a new LogicStructure with the same structure as this
and
cloned elements, optionally with the provided name
.
It is expected that any implementation will override this in a way that returns the same type as itself.
Implementation
@override
RadixEncode clone({String? name}) =>
RadixEncode(row, numMultiples: multiples.width);