expire property
- @TagNumber(1)
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);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set expire($fixnum.Int64 v) { $_setInt64(0, v); }