usageHistory property

  1. @JsonKey(name: 'history')
List<UsageStatistics>? usageHistory
inherited

Usage history for given days (typically the past week).

Implementation

@JsonKey(name: 'history')
List<UsageStatistics>? get usageHistory => throw _privateConstructorUsedError;