clone method

Logic clone({
  1. String? name,
})

Makes a copy of this, optionally with the specified name, but the same width.

Implementation

Logic clone({String? name}) => _clone(name: name);