Encounter.fromJson constructor

Encounter.fromJson(
  1. JsonObject jsonObject
)

Creates an Encounter instance from the provided JSON object.

Implementation

Encounter.fromJson(JsonObject jsonObject) : super._internal(jsonObject);