AdminReply constructor
const
AdminReply({})
Implementation
const AdminReply({
required this.id,
required this.surveyResponseId,
required this.anonymousAccountId,
required this.body,
this.adminId,
required this.createdAt,
this.readAt,
});