Timing.fromJson constructor

Timing.fromJson(
  1. JsonObject _json
)

Creates a new Timing instance from a JsonObject.

Implementation

Timing.fromJson(this._json);