CodeableConcept.fromJson constructor

CodeableConcept.fromJson(
  1. JsonObject _json
)

Creates a new CodeableConcept instance from a JsonObject.

Implementation

CodeableConcept.fromJson(this._json);