total property

  1. @JsonKey.new(name: "total")
int? total
getter/setter pair

Implementation

@JsonKey(name: "total")
int? total;