copyWith abstract method
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,
});