parse static method

Expression parse(
  1. String formattedString
)

Implementation

static Expression parse(String formattedString) =>
    _parser.expression.trim().end().parse(formattedString).value;