numberEndingWithSeparatorError function

String numberEndingWithSeparatorError()

Implementation

String numberEndingWithSeparatorError() {
  return Intl.message(
    "Unexpected number termination. Numbers must not end with an underscore '_'.",
    name: 'numberEndingWithSeparatorErrorMessage',
    args: [],
    desc: "The error message when the lexer finds a number ending with an underscore.",
  );
}