timestamp property
- @TagNumber.new(5)
UNIX epoch time (from 1970.1.1 00:00:00) in microseconds
Implementation
@$pb.TagNumber(5)
$fixnum.Int64 get timestamp => $_getI64(4);
- @TagNumber.new(5)
Implementation
@$pb.TagNumber(5)
set timestamp($fixnum.Int64 v) {
$_setInt64(4, v);
}