StreamPos constructor

const StreamPos(
  1. int col,
  2. int row
)

Implementation

const StreamPos(this.col, this.row) : synthetic = false;