clone method
- String? name,
override
Creates a new LogicStructure with the same structure as this
and
cloned elements, optionally with the provided name
.
Implementation
@override
LogicStructure clone({String? name}) => _clone(name: name);
Creates a new LogicStructure with the same structure as this
and
cloned elements, optionally with the provided name
.
@override
LogicStructure clone({String? name}) => _clone(name: name);