hasRequestedAnnotationSnapshot method

bool hasRequestedAnnotationSnapshot(
  1. String key
)

Implementation

bool hasRequestedAnnotationSnapshot(String key) =>
    _requestedAnnotationSnapshotKeys.contains(key);