expire property

  1. @TagNumber(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(1)
set expire (Int64 v)

Implementation

@$pb.TagNumber(1)
set expire($fixnum.Int64 v) { $_setInt64(0, v); }