BackboneElement.fromJson constructor

BackboneElement.fromJson(
  1. JsonObject _json
)

Creates a BackboneElement instance from the provided JSON object.

Implementation

BackboneElement.fromJson(this._json);