dec static method

Decimal dec(
  1. String value
)

Implementation

static decimal.Decimal dec(String value) => decimal.Decimal.parse(value);