RequestEntry constructor

RequestEntry(
  1. CapabilityLink capabilityLink,
  2. ContentId requestId,
  3. DateTime dateOfRequest,
  4. Status status,
  5. ContentId processId,
  6. String? notes,
)

Implementation

RequestEntry(
  this.capabilityLink,
  this.requestId,
  this.dateOfRequest,
  this.status,
  this.processId,
  this.notes,
);