PerformanceObserverInit constructor

PerformanceObserverInit({
  1. Iterable<String>? entryTypes,
  2. String? type,
  3. bool? buffered,
})

Implementation

external factory PerformanceObserverInit(
    {Iterable<String>? entryTypes, String? type, bool? buffered});