FhirInteger.fromJson constructor

FhirInteger.fromJson(
  1. dynamic json
)

Implementation

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