Encounter.fromJson constructor
Encounter.fromJson(
- JsonObject jsonObject
Creates an Encounter instance from the provided JSON object.
Implementation
Encounter.fromJson(JsonObject jsonObject) : super._internal(jsonObject);