NumericalLiteral method

Parser NumericalLiteral()
override

Implementation

Parser NumericalLiteral() => super.NumericalLiteral().map((values) {
      return flattenList(values).join();
    });