FhirUnsignedInt.fromJson constructor

FhirUnsignedInt.fromJson(
  1. dynamic json
)

Implementation

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