Dart
dart:html
PerformanceObserverEntryList
getEntries method
getEntries
description
getEntries
method
Null safety
List
<
PerformanceEntry
>
getEntries
(
)
Implementation
List<PerformanceEntry> getEntries() native;
Dart
dart:html
PerformanceObserverEntryList
getEntries method
PerformanceObserverEntryList class
Properties
hashCode
runtimeType
Methods
getEntries
getEntriesByName
getEntriesByType
noSuchMethod
toString
Operators
operator ==