UsageStats constructor

UsageStats(
  1. List<UsageStatsNetworkStats> networkStats,
  2. UsageStatsFeature feature
)

Creates a new instance.

  • networkStats Provides network statistics.
  • feature Represents the HERE SDK feature associated with the gathered usage statistics.

Implementation

UsageStats(this.networkStats, this.feature);