fromValue static method

SpatialNavigationDirection fromValue(
  1. String value
)

Implementation

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