DecodeParam constructor

DecodeParam(
  1. Uint8List bytes,
  2. bool flipY,
  3. SendPort? sendPort
)

Implementation

DecodeParam(this.bytes, this.flipY, this.sendPort);