ReprocessingSummary constructor
ReprocessingSummary({
- DateTime? creationTime,
- String? id,
- ReprocessingStatus? status,
Implementation
ReprocessingSummary({
this.creationTime,
this.id,
this.status,
});