fromTimestamp property

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

The UNIX timestamp from when the user is absent

Implementation

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

Implementation

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