FhirPatchRequest.fromJson constructor

FhirPatchRequest.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory FhirPatchRequest.fromJson(Map<String, dynamic> json) =
    _$FhirPatchRequestImpl.fromJson;