clone property

TextFragment get clone

Creates a deep copy of the current TextFragment instance.

Implementation

TextFragment get clone => TextFragment(data: data, attributes: attributes);