HumanName.fromJson constructor

HumanName.fromJson(
  1. JsonObject _json
)

Constructs a new HumanName instance from the provided JSON object.

Implementation

HumanName.fromJson(this._json);