latencyMs property
- @TagNumber.new(6)
For REQUEST_COMPLETED — response time in ms (canonical addition, implied by Kotlin/iOS request timing instrumentation).
Implementation
@$pb.TagNumber(6)
$fixnum.Int64 get latencyMs => $_getI64(5);
- @TagNumber.new(6)
Implementation
@$pb.TagNumber(6)
set latencyMs($fixnum.Int64 value) => $_setInt64(5, value);