TermSize constructor

TermSize(
  1. int row,
  2. int column
)

Implementation

TermSize(this.row, this.column);