PrintLine constructor

PrintLine(
  1. int type, [
  2. int? position
])

Implementation

PrintLine(this.type, [this.position]);