Stats constructor
Stats({})
Creates a new Stats instance
Implementation
Stats({
this.climbsCount,
this.sessionsCount,
this.locationsCount,
this.routesCount,
this.sectorsCount,
this.tagsCount,
this.mediaCount,
});