GpuDeviceError constructor

const GpuDeviceError(
  1. String what,
  2. String message
)

Implementation

const GpuDeviceError(this.what, this.message);