copyWith method
Implementation
@override
ChatActionUploadingVoiceNote copyWith({
int? progress,
}) => ChatActionUploadingVoiceNote(
progress: progress ?? this.progress,
);
@override
ChatActionUploadingVoiceNote copyWith({
int? progress,
}) => ChatActionUploadingVoiceNote(
progress: progress ?? this.progress,
);