ReportCollection constructor

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

Returns a new ReportCollection instance.

Implementation

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