fromDartAttachmentIdNullableToGraphQLAttachmentIdNullable function

String? fromDartAttachmentIdNullableToGraphQLAttachmentIdNullable(
  1. AttachmentId? v
)

Implementation

String? fromDartAttachmentIdNullableToGraphQLAttachmentIdNullable(
  AttachmentId? v,
) => v?.val;