copyWith method
Implementation
GetLinkPreview copyWith({
FormattedText? text,
LinkPreviewOptions? linkPreviewOptions,
}) => GetLinkPreview(
text: text ?? this.text,
linkPreviewOptions: linkPreviewOptions ?? this.linkPreviewOptions,
);
GetLinkPreview copyWith({
FormattedText? text,
LinkPreviewOptions? linkPreviewOptions,
}) => GetLinkPreview(
text: text ?? this.text,
linkPreviewOptions: linkPreviewOptions ?? this.linkPreviewOptions,
);