Meta.fromJson constructor

Meta.fromJson(
  1. JsonObject _json
)

Constructs a new Meta instance from the provided JSON object.

Implementation

Meta.fromJson(this._json);