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