FhirTime.fromJson constructor

FhirTime.fromJson(
  1. dynamic json
)

Implementation

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