copyWith abstract method

  1. @useResult
ChatMessageAttachmentUploadDescription copyWith({
  1. String? filePath,
  2. String? uploadDescription,
})

Returns a shallow copy of this ChatMessageAttachmentUploadDescription with some or all fields replaced by the given arguments.

Implementation

@_i1.useResult
ChatMessageAttachmentUploadDescription copyWith({
  String? filePath,
  String? uploadDescription,
});