Create a new Decimal from its String representation.
factory Decimal.fromJson(String value) => Decimal.parse(value);