total property

  1. @JsonKey(fromJson: convertToIntIfDoubleValueWithoutNull)
int total
getter/setter pair

The total number of items available to return.

Implementation

@JsonKey(fromJson: convertToIntIfDoubleValueWithoutNull)
int total = 0;