byIndex static method
Implementation
static ControlFunctionsC0? byIndex(int index) =>
index >= 0 && index < values.length ? values[index] : null;
static ControlFunctionsC0? byIndex(int index) =>
index >= 0 && index < values.length ? values[index] : null;