Repeat.fromJson constructor

Repeat.fromJson(
  1. JsonObject _json
)

Creates a new Repeat instance from a JsonObject.

Implementation

Repeat.fromJson(this._json);