Feedback constructor

Feedback({
  1. List<ExtraMaterial>? material,
  2. String? text,
})

Implementation

Feedback({this.material, this.text});