NamedLine.copy constructor

NamedLine.copy(
  1. NamedLine copy
)

Implementation

factory NamedLine.copy(NamedLine copy)=>NamedLine(name: copy.name, percent: copy.percent, percentGetter: copy.percentGetter, paint: copy.paint, father: copy.father, literalGetter: copy.literalGetter);