PractitionerRole.fromJson constructor

PractitionerRole.fromJson(
  1. JsonObject json
)

Creates a PractitionerRole instance from the provided JSON object.

Implementation

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