JParse.empty constructor

JParse.empty(
  1. List<String> nextState
)

Implementation

factory JParse.empty(List<String> nextState) =>
    JParse('', DynamicToken.from(Token.Text), nextState);