epoch property

  1. @TagNumber.new(1)
int get epoch

Implementation

@$pb.TagNumber(1)
$core.int get epoch => $_getIZ(0);
  1. @TagNumber.new(1)
set epoch (int v)

Implementation

@$pb.TagNumber(1)
set epoch($core.int v) {
  $_setUnsignedInt32(0, v);
}