Practitioner.fromJson constructor

Practitioner.fromJson(
  1. JsonObject json
)

Creates a Practitioner instance from the provided JSON object.

Implementation

Practitioner.fromJson(JsonObject json) : super._internal(json);