Класс PerformanceObserverEntryList
- Аннотации
-
- @Native("PerformanceObserverEntryList")
Свойства
-
hashCode → int
только для чтения, унаследованное
- Хэш-код этого объекта.
-
runtimeType → Type
только для чтения, унаследованное
- Представление типа объекта во время выполнения.
Методы
-
getEntries(
) → List< PerformanceEntry> -
getEntriesByName(
String name, String? entryType) → List< PerformanceEntry> -
getEntriesByType(
String entryType) → List< PerformanceEntry> -
noSuchMethod(
Invocation invocation) → dynamic унаследованное - Вызывается при доступе к несуществующему методу или свойству.
-
toString(
) → String унаследованное - Строковое представление этого объекта.
Операторы
-
operator ==(
Object other) → bool унаследованное - Оператор равенства.
© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-html/PerformanceObserverEntryList-class.html