Direction constructor

const Direction(
  1. int h,
  2. int v
)

Implementation

const Direction(this.h, this.v);