clone method
- String? name,
override
Creates a new LogicStructure with the same structure as this
.
Implementation
@override
RadixEncode clone({String? name}) =>
RadixEncode(numMultiples: multiples.width);
Creates a new LogicStructure with the same structure as this
.
@override
RadixEncode clone({String? name}) =>
RadixEncode(numMultiples: multiples.width);