Practitioner.fromJson constructor
Practitioner.fromJson(
- JsonObject json
Creates a Practitioner instance from the provided JSON object.
Implementation
Practitioner.fromJson(JsonObject json) : super._internal(json);