unterminatedStringError function
Implementation
String unterminatedStringError() {
return Intl.message(
"Unexpected string termination.",
name: 'unterminatedStringErrorMessage',
args: [],
desc: "The error message from when the lexer can't find the end of a string literal.",
);
}