BenchmarkResult constructor
Creates a benchmark result.
Implementation
const BenchmarkResult({
required this.duration,
required this.drainPercent,
required this.locationUpdates,
required this.syncRequests,
required this.gpsOnPercent,
required this.averageAccuracy,
required this.timeByState,
});