yRunOnceContainsKey function

bool yRunOnceContainsKey(
  1. String key
)

Implementation

bool yRunOnceContainsKey(String key) {
  return _onceResults.containsKey(key);
}