PartListElement constructor

PartListElement({
  1. String? rangeInBytes,
  2. String? sHA256TreeHash,
})

Implementation

PartListElement({
  this.rangeInBytes,
  this.sHA256TreeHash,
});