menu
nice2dev_flutter_ui
tools\nice_benchmarks.dart
NiceBenchmarkSummary
avgScore property
avgScore
dark_mode
light_mode
avgScore
property
double
get
avgScore
Implementation
double get avgScore => results.fold<double>(0, (sum, r) => sum + r.score) / results.length;
nice2dev_flutter_ui
nice_benchmarks
NiceBenchmarkSummary
avgScore property
NiceBenchmarkSummary class