childCommendationNodeHashes property
- @JsonKey(name: 'childCommendationNodeHashes')
getter/setter pair
A list of hashes that map to child commendation nodes. Only the root commendations node is expected to have child nodes.
Implementation
@JsonKey(name:'childCommendationNodeHashes')
List<int>? childCommendationNodeHashes;