toTimestamp property

  1. @TagNumber.new(4)
Int64 get toTimestamp

timestamp in milliseconds since epoch (UTC) inclusive (0 means current time)

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get toTimestamp => $_getI64(3);
  1. @TagNumber.new(4)
set toTimestamp (Int64 value)

Implementation

@$pb.TagNumber(4)
set toTimestamp($fixnum.Int64 value) => $_setInt64(3, value);