copyWith method

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

Implementation

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