CustomerRequestActionsDTO class

Properties

addAttachment CustomerRequestActionDTO?
Action of adding attachments to a request.
final
addComment CustomerRequestActionDTO?
Action of adding comments to a request.
final
addParticipant CustomerRequestActionDTO?
Action of adding participants to a request.
final
hashCode int
The hash code for this object.
no setterinherited
removeParticipant CustomerRequestActionDTO?
Action of removing participants from a request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({CustomerRequestActionDTO? addAttachment, CustomerRequestActionDTO? addComment, CustomerRequestActionDTO? addParticipant, CustomerRequestActionDTO? removeParticipant}) CustomerRequestActionsDTO
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