copyWith method

ChatActionUploadingVideo copyWith({
  1. int? progress,
})

Implementation

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