expire property

  1. @TagNumber.new(1)
Int64 get expire

This field is marked optional for backwards compatibility with proto2. Users should make sure to always set this.

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get expire => $_getI64(0);
  1. @TagNumber.new(1)
set expire (Int64 value)

Implementation

@$pb.TagNumber(1)
set expire($fixnum.Int64 value) => $_setInt64(0, value);