RawImageKey constructor

RawImageKey(
  1. int width,
  2. int height,
  3. int dataHash
)

Implementation

RawImageKey(this.width, this.height, this.dataHash);