GroupedInspection constructor
Implementation
GroupedInspection({
required this.pjNr,
required this.requests,
required this.total,
required this.completed,
required this.progress,
required this.requestTypes,
required this.totalSize,
required this.lastModified,
});