BoardSize constructor

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

Implementation

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