UsageStats constructor
- List<
UsageStatsNetworkStats> networkStats, - UsageStatsFeature feature
Creates a new instance.
networkStatsProvides network statistics.featureRepresents the HERE SDK feature associated with the gathered usage statistics.
Implementation
UsageStats(this.networkStats, this.feature);