phaseHashes property

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

The ordered list of phases for this activity, if any. Note that we have no human readable info for phases, nor any entities to relate them to: relating these hashes to something human readable is up to you unfortunately.

Implementation

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