AttachmentCreateDTO class

Constructors

AttachmentCreateDTO({AdditionalCommentDTO? additionalComment, bool? public, List<String>? temporaryAttachmentIds})
AttachmentCreateDTO.fromJson(Map<String, Object?> json)
factory

Properties

additionalComment AdditionalCommentDTO?
Comment about the attachments.
final
hashCode int
The hash code for this object.
no setterinherited
public bool
Indicates whether the attachments are to be public (true) or private/internal (false).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temporaryAttachmentIds List<String>
List of IDs for the temporary attachments to be added to the customer request.
final

Methods

copyWith({AdditionalCommentDTO? additionalComment, bool? public, List<String>? temporaryAttachmentIds}) AttachmentCreateDTO
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited