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