copy method

  1. @override
LexerParse copy({
  1. List<String>? newStates,
})
override

Implementation

@override
LexerParse copy({List<String>? newStates}) =>
    LexerParse(lexer, newStates ?? this.newStates);