RawImageKey constructor

RawImageKey(
  1. int w,
  2. int h,
  3. int format,
  4. Digest dataHash,
)

Implementation

RawImageKey(
  this.w,
  this.h,
  this.format,
  this.dataHash,
);