CSATFeedbackFullDTO class
Constructors
- CSATFeedbackFullDTO({AdditionalCommentDTO? comment, int? rating, String? type})
-
CSATFeedbackFullDTO.fromJson(Map<
String, Object?> json) -
factory
Properties
- comment → AdditionalCommentDTO?
-
(Optional) The comment provided with this feedback.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- rating → int?
-
A numeric representation of the rating, this must be an integer value
between 1 and 5.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
Indicates the type of feedback, supported values:
csat
.final
Methods
-
copyWith(
{AdditionalCommentDTO? comment, int? rating, String? type}) → CSATFeedbackFullDTO -
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