CommandToken constructor

CommandToken(
  1. TokenType type, [
  2. CoordinateType coordinateType = CoordinateType.absolute
])

Implementation

CommandToken(this.type, [this.coordinateType = CoordinateType.absolute]);