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