responseConfig property

ResponseGenerator get responseConfig

Used to generate and fetch a response config that provides FeedbackResponse's based on this FeedbackConfig.

Implementation

ResponseGenerator get responseConfig =>
    ResponseGenerator(feedbackConfig: this);