RawString constructor

RawString({
  1. String? content,
  2. String? sha256,
})

Implementation

RawString({
  this.content,
  this.sha256,
});