totalCount property

  1. @JsonKey.new(name: 'total_count')
int get totalCount
inherited

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;