ProfilerSample constructor

ProfilerSample({
  1. required double timestamp,
  2. int? stackId,
})

Implementation

external factory ProfilerSample({required double timestamp, int? stackId});