FhirDecimal.fromJson constructor

FhirDecimal.fromJson(
  1. dynamic json
)

Implementation

factory FhirDecimal.fromJson(dynamic json) => FhirDecimal(json);