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