fromDartAttachmentIdToGraphQLAttachmentId function

String fromDartAttachmentIdToGraphQLAttachmentId(
  1. AttachmentId v
)

Implementation

String fromDartAttachmentIdToGraphQLAttachmentId(AttachmentId v) => v.val;