DIRECTION.from constructor

DIRECTION.from(
  1. DIRECTION_ENUM d
)

Implementation

factory DIRECTION.from(DIRECTION_ENUM d) => DIRECTION._({d});