fromTimestamp property

  1. @TagNumber.new(13)
Int64 get fromTimestamp

The UNIX timestamp from when the user is absent

Implementation

@$pb.TagNumber(13)
$fixnum.Int64 get fromTimestamp => $_getI64(6);
  1. @TagNumber.new(13)
set fromTimestamp (Int64 value)

Implementation

@$pb.TagNumber(13)
set fromTimestamp($fixnum.Int64 value) => $_setInt64(6, value);