fromValue static method
Implementation
static SpatialNavigationDirection fromValue(String value) =>
values.firstWhere((e) => e.value == value);
static SpatialNavigationDirection fromValue(String value) =>
values.firstWhere((e) => e.value == value);