copyWith method
Implementation
@override
RichTextAnchor copyWith({
String? name,
}) =>
RichTextAnchor(
name: name ?? this.name,
);
@override
RichTextAnchor copyWith({
String? name,
}) =>
RichTextAnchor(
name: name ?? this.name,
);