rebootCount property
The total number of reboots this node has ever encountered (well - since the last time we discarded preferences)
Implementation
@$pb.TagNumber(8)
$core.int get rebootCount => $_getIZ(1);
Implementation
@$pb.TagNumber(8)
set rebootCount($core.int value) => $_setUnsignedInt32(1, value);