setPhase method

void setPhase(
  1. ComponentPhases value
)

Implementation

void setPhase(ComponentPhases value) {
  phase = value.index;
}