phaseHash property

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

A unique hash value representing the phase. This can be useful for, for example, comparing how different instances of Raids have phases in different orders!

Implementation

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