Coding.fromJson constructor

Coding.fromJson(
  1. JsonObject _json
)

Creates a new Coding instance from a JsonObject.

Implementation

Coding.fromJson(this._json);