device property
SentryDevice?
get
device
This describes the device that caused the event.
Implementation
SentryDevice? get device => this[SentryDevice.type];
set
device
(SentryDevice? device)
Implementation
set device(SentryDevice? device) => this[SentryDevice.type] = device;