toTimestamp property

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

The UNIX timestamp until when the user is absent

Implementation

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

Implementation

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