PushItem constructor

PushItem({
  1. String? contentHash,
  2. String? metadataHash,
  3. String? payload,
  4. String? queue,
  5. RepositoryError? repositoryError,
  6. String? structuredDataHash,
  7. String? type,
})

Implementation

PushItem({
  this.contentHash,
  this.metadataHash,
  this.payload,
  this.queue,
  this.repositoryError,
  this.structuredDataHash,
  this.type,
});