Entry.fromJson constructor
Entry.fromJson(
- JsonObject _json
Creates a new Entry instance from the provided JSON object.
Implementation
Entry.fromJson(this._json);
Creates a new Entry instance from the provided JSON object.
Entry.fromJson(this._json);