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