valueOf static method
Implementation
static SdkInitPhase? valueOf($core.int value) =>
value < 0 || value >= _byValue.length ? null : _byValue[value];
static SdkInitPhase? valueOf($core.int value) =>
value < 0 || value >= _byValue.length ? null : _byValue[value];