total property

  1. @JsonKey(fromJson: JsonUtils.intFromJson)
int? total
getter/setter pair

Implementation

@JsonKey(fromJson: JsonUtils.intFromJson) //toJson and fromJson implementations here are necessary due to a bad field type declaration on ENZONA API
int? total;