fromDartListAttachmentIdToGraphQLListAttachmentId function
- List<
AttachmentId> v
Implementation
List<String> fromDartListAttachmentIdToGraphQLListAttachmentId(
List<AttachmentId> v,
) => v.map((e) => fromDartAttachmentIdToGraphQLAttachmentId(e)).toList();