FhirPositiveInt.fromJson constructor

FhirPositiveInt.fromJson(
  1. dynamic json
)

Implementation

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