items property
Map of formula name -> install count.
Implementation
String get category;@JsonKey(name: 'total_items') int get totalItems;@JsonKey(name: 'start_date') String get startDate;@JsonKey(name: 'end_date') String get endDate;@JsonKey(name: 'total_count') int get totalCount;/// Map of formula name -> install count.
Map<String, int> get items;