NamedLine.copy constructor
NamedLine.copy(
- 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);