ProfilerFrame constructor

ProfilerFrame({
  1. required String name,
  2. int? resourceId,
  3. int? line,
  4. int? column,
})

Implementation

external factory ProfilerFrame(
    {required String name, int? resourceId, int? line, int? column});