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