copyWith method

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

Implementation

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