ReportCollection constructor

ReportCollection(
  1. dynamic objectType,
  2. dynamic mode,
  3. dynamic hasMore,
  4. List<Report>? reports,
  5. String? type
)

Implementation

ReportCollection(objectType, mode, hasMore, this.reports, this.type)
    : super(objectType, mode, hasMore);