epoch property

  1. @TagNumber(1)
UInt64Value get epoch

Implementation

@$pb.TagNumber(1)
$22.UInt64Value get epoch => $_getN(0);
  1. @TagNumber(1)
set epoch (UInt64Value v)

Implementation

@$pb.TagNumber(1)
set epoch($22.UInt64Value v) { setField(1, v); }