lastBoot property

  1. @TagNumber.new(1)
Timestamp get lastBoot

Implementation

@$pb.TagNumber(1)
$0.Timestamp get lastBoot => $_getN(0);
  1. @TagNumber.new(1)
set lastBoot (Timestamp v)

Implementation

@$pb.TagNumber(1)
set lastBoot($0.Timestamp v) {
  setField(1, v);
}