toTimestamp property

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

The UNIX timestamp until when the user is absent

Implementation

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

Implementation

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