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