totalItems property

  1. @JsonKey(name: 'hydra:totalItems')
int totalItems
inherited

The total number of items.

Implementation

@JsonKey(name: 'hydra:totalItems')
int get totalItems => throw _privateConstructorUsedError;