parse static method
Implementation
static Expression? parse(String formattedString) =>
_parser.expression.end().parse(formattedString).value;
static Expression? parse(String formattedString) =>
_parser.expression.end().parse(formattedString).value;