ReprocessingSummary constructor

ReprocessingSummary({
  1. DateTime? creationTime,
  2. String? id,
  3. ReprocessingStatus? status,
})

Implementation

ReprocessingSummary({
  this.creationTime,
  this.id,
  this.status,
});