PerformanceObserverCallbackOptions constructor

PerformanceObserverCallbackOptions({
  1. int? droppedEntriesCount,
})

Implementation

external factory PerformanceObserverCallbackOptions(
    {int? droppedEntriesCount});