ConversationHistoryFeedbackCommonModel class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

ConversationHistoryFeedbackCommonModel({dynamic overallScore, int? likes, int? dislikes})
const
ConversationHistoryFeedbackCommonModel.fromJson(Map<String, dynamic> json)
factory

Properties

dislikes int?
final
hashCode int
The hash code for this object.
no setteroverride
likes int?
final
overallScore → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({dynamic overallScore, int? likes, int? dislikes}) ConversationHistoryFeedbackCommonModel

Available on ConversationHistoryFeedbackCommonModel, provided by the $ConversationHistoryFeedbackCommonModelExtension extension

copyWithWrapped({Wrapped? overallScore, Wrapped<int?>? likes, Wrapped<int?>? dislikes}) ConversationHistoryFeedbackCommonModel

Available on ConversationHistoryFeedbackCommonModel, provided by the $ConversationHistoryFeedbackCommonModelExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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

Constants

fromJsonFactory → const ConversationHistoryFeedbackCommonModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(ConversationHistoryFeedbackCommonModel instance)