ImageAttachment.fromJson constructor
Constructs a ImageAttachment from the provided json
.
Implementation
factory ImageAttachment.fromJson(Map<String, dynamic> json) =>
_$ImageAttachmentFromJson(json);
Constructs a ImageAttachment from the provided json
.
factory ImageAttachment.fromJson(Map<String, dynamic> json) =>
_$ImageAttachmentFromJson(json);