getEntries method
Implementation
List<PerformanceEntry> getEntries() {
if (this is _PerformanceImpl) {
return (this as _PerformanceImpl).getEntries();
}
return const <PerformanceEntry>[];
}
List<PerformanceEntry> getEntries() {
if (this is _PerformanceImpl) {
return (this as _PerformanceImpl).getEntries();
}
return const <PerformanceEntry>[];
}