epoch property

  1. @TagNumber.new(6)
List<int> get epoch

Implementation

@$pb.TagNumber(6)
$core.List<$core.int> get epoch => $_getN(5);
  1. @TagNumber.new(6)
set epoch (List<int> v)

Implementation

@$pb.TagNumber(6)
set epoch($core.List<$core.int> v) {
  $_setBytes(5, v);
}