findPlaceholderByKey method

Finds placeholder by key

Implementation

ARBItemAnnotationPlaceholder? findPlaceholderByKey(
        ARBItemPlaceholderKey key) =>
    placeholders.firstWhereOrNull((x) => x.key == key);