reasonHash property

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

The identifier for the reason: they are only guaranteed unique under the Category in which they are found.

Implementation

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