bootCount property
int?
get
bootCount
BootCount: number of times the device has booted (key 267).
Implementation
int? get bootCount => _map[267] as int?;
set
bootCount
(int? value)
Implementation
set bootCount(int? value) => _set(267, value);