FeedbackConfig constructor

const FeedbackConfig({
  1. Map<String, int>? events,
  2. int? expirationDelayDays,
  3. bool? doNotDisturbOnNewVersion,
})

Implementation

const FeedbackConfig({
  this.events,
  this.expirationDelayDays,
  this.doNotDisturbOnNewVersion,
});