Entry.fromJson constructor

Entry.fromJson(
  1. JsonObject _json
)

Creates a new Entry instance from the provided JSON object.

Implementation

Entry.fromJson(this._json);