plugCategoryHash property

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

The hash for the plugCategoryIdentifier. You can use this instead if you wish: I put both in the definition for debugging purposes.

Implementation

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