RatingDetailData class

Annotations
  • @JsonSerializable.new()

Constructors

RatingDetailData({String? id, dynamic agentComment, dynamic agentIssueStatus, dynamic applicationId, String? dealerComment, int? dealerIssueStatus, dynamic description, dynamic issueCategoryId, dynamic partner, dynamic programType, String? rating, String? meetingId, dynamic agentMeetingIssueStatus})
RatingDetailData.fromJson(Map<String, dynamic> json)
factory

Properties

agentComment → dynamic
final
agentIssueStatus → dynamic
final
agentMeetingIssueStatus → dynamic
final
applicationId → dynamic
final
dealerComment String?
final
dealerIssueStatus int?
final
description → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
issueCategoryId → dynamic
final
meetingId String?
final
partner → dynamic
final
programType → dynamic
final
rating String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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.
inherited

Operators

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