ScalarEvent<E> constructor

const ScalarEvent<E>(
  1. TraceKey key,
  2. double value
)

Creates a ScalarEvent for Tracer.pushScalar.

Implementation

const ScalarEvent(this.key, this.value);