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