FrequentLocation constructor
Creates a frequent location.
Implementation
const FrequentLocation({
required this.center,
required this.visitCount,
required this.totalDuration,
this.name,
});
Creates a frequent location.
const FrequentLocation({
required this.center,
required this.visitCount,
required this.totalDuration,
this.name,
});