copyWith abstract method

ChatMessageAttachment copyWith({
  1. String? fileName,
  2. String? url,
  3. String? contentType,
  4. String? previewImage,
  5. int? previewWidth,
  6. int? previewHeight,
})

Implementation

ChatMessageAttachment copyWith({
  String? fileName,
  String? url,
  String? contentType,
  String? previewImage,
  int? previewWidth,
  int? previewHeight,
});