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