copy method

UStyleSpan copy()

Implementation

UStyleSpan copy() => UStyleSpan(start: start, end: end, attr: attr, value: value);