Range.fromJson constructor

Range.fromJson(
  1. JsonObject _json
)

Constructs a new Range instance from the provided JSON object.

Implementation

Range.fromJson(this._json);