until method

void until(
  1. StreamChar char
)

Implementation

void until(StreamChar char) => addToken(char.toToken(TokenType.kUntil));