currentVersion property

  1. @JsonKey(name: 'currentVersion')
int? currentVersion
getter/setter pair

The latest version available for this item.

Implementation

@JsonKey(name:'currentVersion')
int? currentVersion;