endSlot property

  1. @TagNumber.new(8)
Int64 get endSlot

The final slot of the epoch

Implementation

@$pb.TagNumber(8)
$fixnum.Int64 get endSlot => $_getI64(7);
  1. @TagNumber.new(8)
set endSlot (Int64 v)

Implementation

@$pb.TagNumber(8)
set endSlot($fixnum.Int64 v) { $_setInt64(7, v); }