timestampValue property

  1. @TagNumber.new(10)
Timestamp get timestampValue

Implementation

@$pb.TagNumber(10)
$4.Timestamp get timestampValue => $_getN(7);
  1. @TagNumber.new(10)
set timestampValue (Timestamp v)

Implementation

@$pb.TagNumber(10)
set timestampValue($4.Timestamp v) { setField(10, v); }