full property
Lexeme
get
full
Lexical Modifier - Full
Ensures that the current pattern is matched from the start of the input to the end.
Equivalent to ^this$
.
Implementation
Lexeme get full => Lexeme.full(this);