findPlaceholderByKey method

ARBItemAnnotationPlaceholder? findPlaceholderByKey(
  1. ARBItemKey key
)

Finds placeholder by given key

Implementation

ARBItemAnnotationPlaceholder? findPlaceholderByKey(ARBItemKey key) =>
    annotation?.findPlaceholderByKey(key);