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