epochLength property

  1. @TagNumber(3)
Int64 get epochLength

Node computed epochLength

Implementation

@$pb.TagNumber(3)
$fixnum.Int64 get epochLength => $_getI64(2);
  1. @TagNumber(3)
set epochLength (Int64 v)

Implementation

@$pb.TagNumber(3)
set epochLength($fixnum.Int64 v) { $_setInt64(2, v); }