timeUnixNano property

  1. @TagNumber.new(1)
Int64 get timeUnixNano

time_unix_nano is the time the event occurred.

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get timeUnixNano => $_getI64(0);
  1. @TagNumber.new(1)
set timeUnixNano (Int64 v)

Implementation

@$pb.TagNumber(1)
set timeUnixNano($fixnum.Int64 v) {
  $_setInt64(0, v);
}