hasResource method

bool hasResource(
  1. String fullName
)

Implementation

bool hasResource(String fullName) {
  // final normalized = HTResourceContext.getAbsolutePath(key: key);
  return _cachedSources.containsKey(fullName);
}