FhirInteger.fromJson constructor
FhirInteger.fromJson(
- dynamic json
Implementation
factory FhirInteger.fromJson(dynamic json) => FhirInteger(json);
factory FhirInteger.fromJson(dynamic json) => FhirInteger(json);