copyWith method

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

Implementation

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