attributeValueProd method

Parser attributeValueProd()

Implementation

Parser<dynamic> attributeValueProd() =>
    ref0<dynamic>(attributeValueDouble).or(ref0<dynamic>(attributeValueSingle));