Length.fromJson constructor

Length.fromJson(
  1. JsonObject _json
)

Constructs a new Length instance from the provided JSON object.

Implementation

Length.fromJson(this._json);