Decimal.fromJson constructor

Decimal.fromJson(
  1. String value
)

Implementation

factory Decimal.fromJson(String value) = Decimal.parse;