copyWith method

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

Implementation

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