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