device property

SentryDevice? device

This describes the device that caused the event.

Implementation

SentryDevice? get device => this[SentryDevice.type];
void device=(SentryDevice? device)

Implementation

set device(SentryDevice? device) => this[SentryDevice.type] = device;