syncRequested property

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

Implementation

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

Implementation

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