timeBounds property

  1. @TagNumber.new(16)
Int64 get timeBounds

Implementation

@$pb.TagNumber(16)
$fixnum.Int64 get timeBounds => $_getI64(15);
  1. @TagNumber.new(16)
set timeBounds (Int64 v)

Implementation

@$pb.TagNumber(16)
set timeBounds($fixnum.Int64 v) {
  $_setInt64(15, v);
}