expiresBefore property

  1. @TagNumber.new(11)
Timestamp get expiresBefore

Implementation

@$pb.TagNumber(11)
$5.Timestamp get expiresBefore => $_getN(10);
  1. @TagNumber.new(11)
set expiresBefore (Timestamp value)

Implementation

@$pb.TagNumber(11)
set expiresBefore($5.Timestamp value) => $_setField(11, value);