fromJson static method

OGAttachmentResponse fromJson(
  1. Map<String, dynamic> json
)

Create a new instance from a json.

Implementation

static OGAttachmentResponse fromJson(Map<String, dynamic> json) =>
    _$OGAttachmentResponseFromJson(json);