Feedback constructor

Feedback(
  1. {String type,
  2. String className,
  3. String objectId}
)

Implementation

Feedback({this.type, this.className, this.objectId});