AttachmentId.fromJson constructor

AttachmentId.fromJson(
  1. String val
)

Constructs a AttachmentId from the provided val.

Implementation

factory AttachmentId.fromJson(String val) = AttachmentId;