phaseHash property
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;
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!
@JsonKey(name:'phaseHash')
int? phaseHash;