Feedback constructor
Feedback({
- List<
ExtraMaterial> ? material, - String? text,
Implementation
Feedback({
this.material,
this.text,
});
Feedback({
this.material,
this.text,
});