FeedbackCollection constructor

FeedbackCollection({
  1. List<Feedback>? items = const [],
})

Returns a new FeedbackCollection instance.

Implementation

FeedbackCollection({
  this.items = const [],
});