gpu property
SentryGpu?
get
gpu
GPU context describes the GPU of the device.
Implementation
SentryGpu? get gpu => this[SentryGpu.type];
set
gpu
(SentryGpu? gpu)
Implementation
set gpu(SentryGpu? gpu) => this[SentryGpu.type] = gpu;