startingPhaseIndex property

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

If this activity has "phases", this is the phase at which the activity was started. This value is only valid for activities before the Beyond Light expansion shipped. Subsequent activities will not have a valid value here.

Implementation

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