childCommendationHashes property

  1. @JsonKey(name: 'childCommendationHashes')
List<int>? childCommendationHashes
getter/setter pair

A list of hashes that map to child commendations.

Implementation

@JsonKey(name:'childCommendationHashes')
List<int>? childCommendationHashes;