fromGraphQLAttachmentIdToDartAttachmentId function

AttachmentId fromGraphQLAttachmentIdToDartAttachmentId(
  1. String v
)

Implementation

AttachmentId fromGraphQLAttachmentIdToDartAttachmentId(String v) =>
    AttachmentId(v);