ImageAttachment.fromJson constructor

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

Constructs a ImageAttachment from the provided json.

Implementation

factory ImageAttachment.fromJson(Map<String, dynamic> json) =>
    _$ImageAttachmentFromJson(json);