GroupedInspection class

Repräsentiert eine gruppierte Inspektion mit allen relevanten Informationen

Constructors

GroupedInspection.new({required String pjNr, required List<String> requests, required int total, required int completed, required double progress, required Map<String, int> requestTypes, required int totalSize, required DateTime lastModified})

Properties

completed int
final
formattedLastModified String
no setter
formattedSize String
no setter
hashCode int
The hash code for this object.
no setterinherited
lastModified DateTime
final
pjNr String
final
progress double
final
requests List<String>
final
requestTypes Map<String, int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total int
final
totalSize int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited