hasExtension method

bool hasExtension(
  1. String key
)

Implementation

bool hasExtension(String key) => extensions.containsKey(key);