copyWith method
Implementation
LinkPreviewTypeBackground copyWith({
Document? document,
BackgroundType? backgroundType,
}) => LinkPreviewTypeBackground(
document: document ?? this.document,
backgroundType: backgroundType ?? this.backgroundType,
);