licenseUnlockHash property

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

The unlock flag used to determine whether you still have the purchased item.

Implementation

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