clone method

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

Clone for I/O ports.

Implementation

FixedPoint clone({String? name}) => FixedPoint(signed: signed, m: m, n: n);