timestamp property

  1. @TagNumber.new(8)
List<int> get timestamp

Implementation

@$pb.TagNumber(8)
$core.List<$core.int> get timestamp => $_getN(7);
  1. @TagNumber.new(8)
set timestamp (List<int> v)

Implementation

@$pb.TagNumber(8)
set timestamp($core.List<$core.int> v) { $_setBytes(7, v); }