FileAttachment.fromJson constructor

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

Constructs a FileAttachment from the provided json.

Implementation

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