CurrentFeedbackCounters constructor

const CurrentFeedbackCounters({
  1. Map<String, int>? events,
  2. String? savedAppVersion,
  3. bool? feedbackDialogShown = false,
  4. int? feedbackDelayDateMillis,
})

Implementation

const CurrentFeedbackCounters({
  this.events,
  this.savedAppVersion,
  this.feedbackDialogShown = false,
  this.feedbackDelayDateMillis,
});