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