SizeModel constructor

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

Implementation

SizeModel(this.column, this.row);