menu
nice2dev_flutter_ui
tools\nice_benchmarks.dart
NiceBenchmarkSummary
minTotalTime property
minTotalTime
dark_mode
light_mode
minTotalTime
property
Duration
get
minTotalTime
Implementation
Duration get minTotalTime => results.map((r) => r.totalTime).reduce((a, b) => a < b ? a : b);
nice2dev_flutter_ui
nice_benchmarks
NiceBenchmarkSummary
minTotalTime property
NiceBenchmarkSummary class