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