copyWith method
Implementation
LinkPreviewTypeVoiceNote copyWith({VoiceNote? voiceNote}) =>
LinkPreviewTypeVoiceNote(voiceNote: voiceNote ?? this.voiceNote);
LinkPreviewTypeVoiceNote copyWith({VoiceNote? voiceNote}) =>
LinkPreviewTypeVoiceNote(voiceNote: voiceNote ?? this.voiceNote);