ARBItemAnnotationPlaceholder.fromKey constructor

ARBItemAnnotationPlaceholder.fromKey(
  1. String key
)

Implementation

factory ARBItemAnnotationPlaceholder.fromKey(String key) {
  return ARBItemAnnotationPlaceholder(key: key);
}