VectorDefinition constructor

const VectorDefinition(
  1. int x,
  2. int y
)

Implementation

const VectorDefinition(this.x, this.y);