SampledData.fromJson constructor

SampledData.fromJson(
  1. JsonObject _json
)

Constructs a new SampledData instance from the provided JSON object.

Implementation

SampledData.fromJson(this._json);