timestampUTC property

  1. @TagNumber.new(6)
Timestamp get timestampUTC

Implementation

@$pb.TagNumber(6)
$17.Timestamp get timestampUTC => $_getN(5);
  1. @TagNumber.new(6)
set timestampUTC (Timestamp v)

Implementation

@$pb.TagNumber(6)
set timestampUTC($17.Timestamp v) { $_setField(6, v); }