CountlyPresentableFeedback constructor

CountlyPresentableFeedback(
  1. String widgetId,
  2. String type,
  3. String name
)

Implementation

CountlyPresentableFeedback(this.widgetId, this.type, this.name);