NotAvailable.fromJson constructor

NotAvailable.fromJson(
  1. JsonObject _json
)

Creates an instance of NotAvailable from a JSON object.

Implementation

NotAvailable.fromJson(this._json);