timestampUTC property

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

Implementation

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

Implementation

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