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