Attachment.fromJson constructor

Attachment.fromJson(
  1. JsonObject _json
)

Creates an instance of Attachment from a JSON object.

Implementation

Attachment.fromJson(this._json);