Creates a deep copy of the current Line instance.
Line get clone => Line(data: data, attributes: attributes);