$Checksum constructor

$Checksum({
  1. String? sha256,
})

Implementation

$Checksum({
  this.sha256,
});