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