totalCount property

  1. @JsonKey(name: Params.totalCount)
int totalCount
getter/setter pair

The total amount

Implementation

@JsonKey(name: Params.totalCount)
int totalCount;