totalNs property

  1. @TagNumber(5)
Int64 totalNs

Implementation

@$pb.TagNumber(5)
$fixnum.Int64 get totalNs => $_getI64(4);
  1. @TagNumber(5)
void totalNs=(Int64 v)

Implementation

@$pb.TagNumber(5)
set totalNs($fixnum.Int64 v) {
  $_setInt64(4, v);
}